Hi Bhaumik,
Syncfusion Greetings!
Document editor provides support to customize existing toolbar of document editor container. You can add item option in toolbar.
Please refer the following documentation on customizing toolbars.
Currently document editor doesn’t provide support to customize the right-side properties pane or comments pane. We have to manually design the items pane as like comments in sample level.
Moreover, item which you mean to insert is a simple text or a kind of fields?
Can you please share what the item is and how you need to add that item in document editor? You need show the list of added items in the document separately in a pane and when clicking on that item, it needs to be navigated to that item in the document?
Can you please explain on it clearly?
Is there any application/component providing this kind of support? If so, please share the links of it. So that we will check on it and update you.
If you want to insert it as a text, Document editor provides API to insert text in current selection.
Sample code snippet
|
containerInstance.documentEditor.editor.insertText(“ItemName”) |
You can use search option to find all the occurrences of text in the document.
kindly check it and let us know.
Regards,
Harini C