Skip to content

Commit d9f3e82

Browse files
committed
1009275: Addressed review changes
1 parent 9113597 commit d9f3e82

8 files changed

Lines changed: 17 additions & 77 deletions

File tree

Document-Processing/Word/Word-Processor/angular/getting-started.md

Lines changed: 4 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,6 @@ The following CSS files are available in the `node_modules/@syncfusion` package
114114

115115
## Choosing a component
116116

117-
Syncfusion offers two Document editor components with different feature sets:
118-
119117
* **DocumentEditorContainer**: A complete solution with a predefined toolbar, properties pane, and status bar for comprehensive document editing
120118
* **DocumentEditor**: A customizable component where you build the UI according to your specific requirements
121119

@@ -154,7 +152,7 @@ export class AppComponent implements OnInit {
154152
}
155153
```
156154

157-
>Important: The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` used in the Document editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, host your own web service with the required server configurations. Refer to the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or use the [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service.
155+
> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` used in the Document editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, host your own web service with the required server configurations. Refer to the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or use the [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service.
158156
159157
#### Run the DocumentEditorContainer application
160158

@@ -275,7 +273,7 @@ export class AppComponent implements OnInit {
275273
}
276274
```
277275

278-
>Important: The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` used in the Document editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, host your own web service with the required server configurations. Refer to the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or use the [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service.
276+
> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` used in the Document editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, host your own web service with the required server configurations. Refer to the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or use the [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service.
279277
280278
#### Run the DocumentEditor application
281279

@@ -299,23 +297,10 @@ The DocumentEditor output will be displayed as follows:
299297

300298
{% previewsample "/document-processing/samples/document-editor/angular/getting-started-cs1" %}
301299

302-
## Next steps
303-
304-
After successfully setting up the Document editor component, explore these resources to enhance your implementation:
300+
## Frequently Asked Questions
305301

306302
* [How to localize the Document editor container](./global-local)
307303
* [How to load a document by default](./how-to/open-default-document)
308304
* [How to customize the toolbar](./how-to/customize-tool-bar)
309305
* [How to resize the Document editor component](./how-to/resize-document-editor)
310-
* [How to add a save button to the DocumentEditorContainer toolbar](./how-to/add-save-button-in-toolbar)
311-
312-
## Troubleshooting
313-
314-
If you encounter issues during setup, consider the following:
315-
316-
* Ensure all dependencies are correctly installed by running `npm install`
317-
* Verify that your Node.js and Angular CLI versions meet the minimum requirements
318-
* Check that the CSS imports are correctly referenced in the `src/styles.css` file
319-
* Clear the npm cache if dependency conflicts occur: `npm cache clean --force`
320-
* For server-side functionality issues, verify your web service is properly configured and accessible
321-
* If using Angular standalone components, ensure you're using Angular 14 or later
306+
* [How to add a save button to the DocumentEditorContainer toolbar](./how-to/add-save-button-in-toolbar)

Document-Processing/Word/Word-Processor/asp-net-core/getting-started-core.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,6 @@ Also, register the script manager `<ejs-script>` at the end of `<body>` in the A
8989

9090
## Understanding component options
9191

92-
Syncfusion offers two DocumentEditor components with different feature sets:
93-
9492
* **DocumentEditor**: A customizable component where you build the UI according to your specific requirements
9593
* **DocumentEditorContainer**: A complete solution with a predefined toolbar, properties pane, and status bar for comprehensive document editing
9694

Document-Processing/Word/Word-Processor/asp-net-mvc/getting-started.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,6 @@ Also, register the script manager `EJS().ScriptManager()` at the end of `<body>`
8383

8484
## Understanding component options
8585

86-
Two DocumentEditor variants are available:
87-
8886
* **DocumentEditor** — a customizable control for building a tailored UI.
8987
* **DocumentEditorContainer** — a complete container that includes a predefined toolbar, properties pane, and status bar for quick integration.
9088

Document-Processing/Word/Word-Processor/javascript-es5/getting-started.md

Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ This approach downloads and hosts the required files locally, providing better c
145145
</html>
146146
```
147147

148-
>Important: The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` used in the Document editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, host your own web service with the required server configurations. Refer to the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or use the [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service.
148+
> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` used in the Document editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, host your own web service with the required server configurations. Refer to the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or use the [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service.
149149
150150
**Step 6:** Now, run the `index.html` in web browser, it will render the **Essential<sup style="font-size:70%">&reg;</sup> JS 2 DocumentEditor** component.
151151

@@ -380,23 +380,10 @@ Syncfusion provides a predefined [Word Processor server Docker image](https://hu
380380

381381
>Note: Starting from version `v19.3.0.x`, the accuracy of text size measurements has been optimized to match Microsoft Word pagination for most documents. This improvement is enabled by default. You can [disable it to retain the pagination behavior of older versions](./how-to/disable-optimized-text-measuring) if needed.
382382
383-
## Next steps
384-
385-
After successfully setting up the Document editor component, explore these resources to enhance your implementation:
383+
## Frequently Asked Questions
386384

387385
* [How to localize the Document editor container](./global-local)
388386
* [How to load a document by default](./how-to/open-default-document)
389387
* [How to customize the toolbar](./how-to/customize-tool-bar)
390388
* [How to resize the Document editor component](./how-to/resize-document-editor)
391-
* [How to add a save button to the DocumentEditorContainer toolbar](./how-to/add-save-button-in-toolbar)
392-
393-
## Troubleshooting
394-
395-
If you encounter issues during setup, consider the following:
396-
397-
* Ensure all script and style references are correctly loaded in the browser's developer console
398-
* Verify that the HTML structure and element IDs match the JavaScript initialization code
399-
* Check that the web server is properly serving the files (for local script approach)
400-
* Confirm CDN links are accessible and not blocked by network policies
401-
* For server-side functionality issues, verify the web service is properly configured and accessible
402-
* Check browser compatibility - the component requires modern browsers with ES5 support
389+
* [How to add a save button to the DocumentEditorContainer toolbar](./how-to/add-save-button-in-toolbar)

Document-Processing/Word/Word-Processor/javascript-es6/getting-started.md

Lines changed: 4 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ documenteditor.appendTo('#DocumentEditor');
137137
{% endhighlight %}
138138
{% endtabs %}
139139

140-
>Important: The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` used in the Document editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, host your own web service with the required server configurations. Refer to the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or use the [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service.
140+
> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` used in the Document editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, host your own web service with the required server configurations. Refer to the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or use the [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service.
141141
142142
Add an HTML div element to act as the DocumentEditor element in the `index.html` file:
143143

@@ -220,7 +220,7 @@ documenteditor.appendTo('#DocumentEditor');
220220
{% endhighlight %}
221221
{% endtabs %}
222222

223-
>Important: The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` used in the Document editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, host your own web service with the required server configurations. Refer to the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or use the [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service.
223+
> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` used in the Document editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, host your own web service with the required server configurations. Refer to the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or use the [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service.
224224
225225
Add an HTML div element to act as the DocumentEditorContainer element in the `index.html` file:
226226

@@ -275,24 +275,10 @@ The DocumentEditorContainer output will be displayed as follows:
275275

276276
{% previewsample "/document-processing/code-snippet/document-editor/javascript-es6/getting-started-cs2" %}
277277

278-
## Next steps
279-
280-
After successfully setting up the Document editor component, explore these resources to enhance your implementation:
278+
## Frequently Asked Questions
281279

282280
* [How to localize the Document editor container](./global-local)
283281
* [How to load a document by default](./how-to/open-default-document)
284282
* [How to customize the toolbar](./how-to/customize-tool-bar)
285283
* [How to resize the Document editor component](./how-to/resize-document-editor)
286-
* [How to add a save button to the DocumentEditorContainer toolbar](./how-to/add-save-button-in-toolbar)
287-
288-
## Troubleshooting
289-
290-
If you encounter issues during setup, consider the following:
291-
292-
* Ensure all dependencies are correctly installed by running `npm install`
293-
* Verify that your Node.js version meets the minimum requirements (v14.15.0 or higher)
294-
* Check that webpack is properly configured in the `webpack.config.js` file
295-
* Clear the npm cache if dependency conflicts occur: `npm cache clean --force`
296-
* Ensure the development server is running on the correct port (check console output)
297-
* For server-side functionality issues, verify your web service is properly configured and accessible
298-
* Check the browser console for any JavaScript errors or network issues
284+
* [How to add a save button to the DocumentEditorContainer toolbar](./how-to/add-save-button-in-toolbar)

Document-Processing/Word/Word-Processor/react/getting-started.md

Lines changed: 3 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,6 @@ Add the Document editor component and its dependent component styles available i
125125
126126
## Choosing a component
127127

128-
Syncfusion offers two Document editor components with different feature sets:
129-
130128
* **DocumentEditorContainer**: A complete solution with a predefined toolbar and properties pane for comprehensive document editing
131129
* **DocumentEditor**: A customizable component where you build the UI according to your specific requirements
132130

@@ -164,7 +162,7 @@ export default App;
164162

165163
{% endraw %}
166164

167-
>Important: The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` used in the Document editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, host your own web service with the required server configurations. Refer to the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or use the [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service.
165+
> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` used in the Document editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, host your own web service with the required server configurations. Refer to the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or use the [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service.
168166
169167
#### Run the DocumentEditorContainer application
170168

@@ -296,7 +294,7 @@ function App() {
296294
export default App;
297295
```
298296

299-
>Important: The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` used in the Document editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, host your own web service with the required server configurations. Refer to the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or use the [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service.
297+
> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` used in the Document editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, host your own web service with the required server configurations. Refer to the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or use the [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service.
300298
301299
#### Run the DocumentEditor application
302300

@@ -322,22 +320,10 @@ The Document editor output will be displayed as follows:
322320

323321
{% previewsample "/document-processing/code-snippet/document-editor/react/base-cs2" %}
324322

325-
## Next steps
326-
327-
After successfully setting up the Document editor component, explore these resources to enhance your implementation:
323+
## Frequently Asked Questions
328324

329325
* [How to localize the Document editor container](./global-local)
330326
* [How to load a document by default](./how-to/open-default-document)
331327
* [How to customize the toolbar](./how-to/customize-tool-bar)
332328
* [How to resize the Document editor component](./how-to/resize-document-editor)
333329
* [How to add a save button to the DocumentEditorContainer toolbar](./how-to/add-save-button-in-toolbar)
334-
335-
## Troubleshooting
336-
337-
If you encounter issues during setup, consider the following:
338-
339-
* Ensure all dependencies are correctly installed by running `npm install`
340-
* Verify that your Node.js version meets the minimum requirements
341-
* Check that the CSS imports are correctly referenced in your project structure
342-
* Clear the npm cache if dependency conflicts occur: `npm cache clean --force`
343-
* For server-side functionality issues, verify your web service is properly configured and accessible

Document-Processing/Word/Word-Processor/react/nextjs-getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ Import the `Material` theme into the **src/app/globals.css** file and removed th
129129
{% endhighlight %}
130130
{% endtabs %}
131131

132-
>Note: To learn more about built-in themes and CSS reference for individual components, refer to the [themes](https://ej2.syncfusion.com/react/documentation/appearance/theme) section.
132+
> To learn more about built-in themes and CSS reference for individual components, refer to the [themes](https://ej2.syncfusion.com/react/documentation/appearance/theme) section.
133133
134134
## Add Syncfusion<sup style="font-size:70%">&reg;</sup> React Document Editor component
135135

@@ -177,7 +177,7 @@ export default function Home() {
177177
{% endhighlight %}
178178
{% endtabs %}
179179

180-
>Important: The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` used in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, host your own web service with the required server configurations. Refer to the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or use the [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service.
180+
> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` used in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, host your own web service with the required server configurations. Refer to the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or use the [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service.
181181
182182
## Run the application
183183

Document-Processing/Word/Word-Processor/vue/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ The Document Editor component requires server-side interactions for the followin
5050
* [Spell check](./spell-check)
5151
* [Save as file formats other than SFDT and DOCX](./saving-documents/server-side-export)
5252

53-
Note: If these features are not required, the component can be deployed as a client-side solution without server-side interactions.
53+
>Note: If these features are not required, the component can be deployed as a client-side solution without server-side interactions.
5454
5555
To know about server-side dependencies, please refer this [page](./web-services-overview).
5656

0 commit comments

Comments
 (0)