Query |
Response | |
How to get a listener activated when cursor is in a table. Looking for an event listener. |
We can achieve your requirement by using selectionChange event of Document Editor and ContextType property of selection module. This “selectionChange” event is triggered every time when selection is changed.
Please find the code example to achieve your requirement as below.
| |
How to get page count placed in the footer |
We can get the page count by using “insertPageCount” property in Editor module and which insert page count in current cursor position. Please find the sample code below
| |
How to get header or footer content left, center, right alignment |
Document content can be aligned left/ center/ right by using “selectionParagraphFormat” in Selection module.
Sample Code
| |
Nothing to do with document editor, where is the list of css class icon list in the documentation. |
We don’t have list of CSS classes used in our component. But, we have list of icons which we used in our component. Please find the list of icons from the following line.
|
i want to know is there any way to remove document editor query selector error which comes out of no where
Sorry for the delay, Aman.
If you are using multiple document editor component instances in your application, could you please try with a different ID to create the document editor component?
We suspect that you were using multiple document editor components with the same ID.
If you are still facing this issue, please provide more information about the issue and a sample application.