Class: AuthorWidgetsFactory

sync.api. AuthorWidgetsFactory


new AuthorWidgetsFactory()

Factory object used to create GUI components related to the XML Author editing support. To get access to it use sync.api.AuthorEditingSupport#getWidgetsFactory.
Since:
  • 22.1

Methods


getGuidingArrowRenderer()

Return a helper object used to render an arrow-line that can connect an HTML element to an XML node in the editor.
Returns:
The Author arrow renderer.
Type
sync.api.GuidingArrowRenderer

getHighlightsManager()

Returns the handler for non persistent highlights.
Returns:
The highlights manager.
Type
sync.api.HighlightsManager | null