Skip to content

DOCINFRA-2341_merged_using_automation #3028

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jun 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions ej2-asp-core-mvc/document-editor/content-control.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
layout: post
title: Content Control in Syncfusion ##Platform_Name## Document Editor Component
description: Learn here all about Content Control in Syncfusion ##Platform_Name## Document Editor component of Syncfusion Essential JS 2 and more.
platform: ej2-asp-core-mvc
control: Content Control
publishingplatform: ##Platform_Name##
documentation: ug
---


# Content Control in DocumentEditor

Document Editor provides content control preservation support (i.e.) Content control present in the input document is preserved upon saving.

Content controls can be categorized based on its occurrence in a document as follows,

InlineContentControl: Among inline content inside, as a child of a paragraph. BlockContentControl: Among paragraphs and tables, as a child of a Body, HeaderFooter.

## Types of Content Controls

* Rich Text
* Plain Text
* Check Box
* Date picker
* Drop-Down List and Combo Box
* Picture

N> Content control with custom XML mapping of file type WordML is converted as normal Rich Text Content Control to provide lossless round-tripping upon saving.
1 change: 1 addition & 0 deletions ej2-asp-core-toc.html
Original file line number Diff line number Diff line change
Expand Up @@ -914,6 +914,7 @@
<li><a href="/ej2-asp-core/document-editor/print">Print</a></li>
<li><a href="/ej2-asp-core/document-editor/dialog">Dialog</a></li>
<li><a href="/ej2-asp-core/document-editor/chart">Chart</a></li>
<li><a href="/ej2-asp-core/document-editor/content-control">Content Control</a></li>
<li><a href="/ej2-asp-core/document-editor/restrict-editing">Restrict Editing</a></li>
<li><a href="/ej2-asp-core/document-editor/spell-check">SpellCheck</a></li>
<li><a href="/ej2-asp-core/document-editor/global-local">Globalization</a></li>
Expand Down
1 change: 1 addition & 0 deletions ej2-asp-mvc-toc.html
Original file line number Diff line number Diff line change
Expand Up @@ -863,6 +863,7 @@
<li><a href="/ej2-asp-mvc/document-editor/print">Print</a></li>
<li><a href="/ej2-asp-mvc/document-editor/dialog">Dialog</a></li>
<li><a href="/ej2-asp-mvc/document-editor/chart">Chart</a></li>
<li><a href="/ej2-asp-mvc/document-editor/content-control">Content Control</a></li>
<li><a href="/ej2-asp-mvc/document-editor/restrict-editing">Restrict Editing</a></li>
<li><a href="/ej2-asp-mvc/document-editor/spell-check">SpellCheck</a></li>
<li><a href="/ej2-asp-mvc/document-editor/global-local">Globalization</a></li>
Expand Down