1025962: Add DocumentEditor details as a separate page#3658
1025962: Add DocumentEditor details as a separate page#3658Sujitha2610 wants to merge 2 commits into
Conversation
|
Build Status: INPROGRESS 🔃 |
|
CI Status: FAILURE ❌ |
|
Build Status: INPROGRESS 🔃 |
|
CI Status: FAILURE ❌ |
| @@ -0,0 +1,263 @@ | |||
| --- | |||
| layout: post | |||
| title: DocumentEditorContainer vs DocumentEditor in React | Syncfusion | |||
There was a problem hiding this comment.
Don't use class or API names. Change into real time heading.
Must have React DOCX Editor in title
| domainurl: ##DomainURL## | ||
| --- | ||
|
|
||
| # DocumentEditorContainer vs DocumentEditor in React DOCX Editor |
There was a problem hiding this comment.
Instead of vs, use "and", other proper terms
|
|
||
| # DocumentEditorContainer vs DocumentEditor in React DOCX Editor | ||
|
|
||
| In this article, we explain the differences between **DocumentEditorContainer** and **DocumentEditor**, and also describe how to use the **DocumentEditor** component in the React DOCX Editor. |
There was a problem hiding this comment.
Add API reference link for the API always (class names, APIs)
|
|
||
| ## Difference between DocumentEditorContainer and DocumentEditor | ||
|
|
||
| The **DocumentEditor** component provides a flexible foundation for creating, viewing, and editing Word documents. Unlike **DocumentEditorContainer**, this component allows you to customize the UI options based on your specific requirements. |
There was a problem hiding this comment.
Why this paragraph, bullet points enough
Explain complete difference in that bullets
| - **DocumentEditorContainer**: A complete solution with a predefined toolbar and properties pane that provides a comprehensive document editing experience. It allows users to create, view, and edit Word documents with minimal configuration. | ||
| - **DocumentEditor**: A customizable component that provides a flexible foundation for creating, viewing, and editing Word documents. This component allows you to build a user interface based on your specific requirements. | ||
|
|
||
| ### When to Use DocumentEditorContainer and DocumentEditor |
There was a problem hiding this comment.
Change casing in all headings
- First letter of first word only caps, other words should be lower
- Except - API names, control name, other technical terms
| ## See Also | ||
|
|
||
| * [How to customize toolbar](./customize-tool-bar) | ||
| * [How to use DocumentEditor Container Component](../getting-started.md) No newline at end of file |
There was a problem hiding this comment.
DocumentEditor Container or DocumentEditorContainer use proper term in entire page
Use DocumentEditorContainer
| <li><a href="/document-processing/word/word-processor/react/unsupported-features">Unsupported features</a></li> | ||
| <li>How To | ||
| <ul> | ||
| <li><a href="/document-processing/word/word-processor/react/how-to/document-editor-component.md">DocumentEditorContainer vs DocumentEditor</a></li> |
There was a problem hiding this comment.
Can you change with proper real time topic,
Add DocumentEditor details as a separate page