Skip to content

Commit cb41bd7

Browse files
Merge pull request #3028 from Syncfusion-Content/hotfix/hotfix-v25.2.3
DOCINFRA-2341_merged_using_automation
2 parents 00145f7 + 04b0b3c commit cb41bd7

File tree

3 files changed

+31
-0
lines changed

3 files changed

+31
-0
lines changed
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
layout: post
3+
title: Content Control in Syncfusion ##Platform_Name## Document Editor Component
4+
description: Learn here all about Content Control in Syncfusion ##Platform_Name## Document Editor component of Syncfusion Essential JS 2 and more.
5+
platform: ej2-asp-core-mvc
6+
control: Content Control
7+
publishingplatform: ##Platform_Name##
8+
documentation: ug
9+
---
10+
11+
12+
# Content Control in DocumentEditor
13+
14+
Document Editor provides content control preservation support (i.e.) Content control present in the input document is preserved upon saving.
15+
16+
Content controls can be categorized based on its occurrence in a document as follows,
17+
18+
InlineContentControl: Among inline content inside, as a child of a paragraph. BlockContentControl: Among paragraphs and tables, as a child of a Body, HeaderFooter.
19+
20+
## Types of Content Controls
21+
22+
* Rich Text
23+
* Plain Text
24+
* Check Box
25+
* Date picker
26+
* Drop-Down List and Combo Box
27+
* Picture
28+
29+
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.

ej2-asp-core-toc.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -914,6 +914,7 @@
914914
<li><a href="/ej2-asp-core/document-editor/print">Print</a></li>
915915
<li><a href="/ej2-asp-core/document-editor/dialog">Dialog</a></li>
916916
<li><a href="/ej2-asp-core/document-editor/chart">Chart</a></li>
917+
<li><a href="/ej2-asp-core/document-editor/content-control">Content Control</a></li>
917918
<li><a href="/ej2-asp-core/document-editor/restrict-editing">Restrict Editing</a></li>
918919
<li><a href="/ej2-asp-core/document-editor/spell-check">SpellCheck</a></li>
919920
<li><a href="/ej2-asp-core/document-editor/global-local">Globalization</a></li>

ej2-asp-mvc-toc.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -863,6 +863,7 @@
863863
<li><a href="/ej2-asp-mvc/document-editor/print">Print</a></li>
864864
<li><a href="/ej2-asp-mvc/document-editor/dialog">Dialog</a></li>
865865
<li><a href="/ej2-asp-mvc/document-editor/chart">Chart</a></li>
866+
<li><a href="/ej2-asp-mvc/document-editor/content-control">Content Control</a></li>
866867
<li><a href="/ej2-asp-mvc/document-editor/restrict-editing">Restrict Editing</a></li>
867868
<li><a href="/ej2-asp-mvc/document-editor/spell-check">SpellCheck</a></li>
868869
<li><a href="/ej2-asp-mvc/document-editor/global-local">Globalization</a></li>

0 commit comments

Comments
 (0)