New Product Launch - BoldDesk !
Introducing help desk ticketing software.
New Product LaunchBoldDesk: Help desk ticketing software starts at $10 for 3 agents.
Try it for free.
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.
|