Search results

CustomToolbarItemModel API in JavaScript (ES5) DocumentEditor API control

Defines customized toolbar items.

Properties

cssClass

string

Defines single/multiple classes (separated by space) to be used for customization of commands.

id

string

Specifies the unique ID to be used with button or input element of Toolbar items.

prefixIcon

string

Defines single/multiple classes separated by space used to specify an icon for the button. The icon will be positioned before the text content if text is available, otherwise the icon alone will be rendered.

text

string

Specifies the text to be displayed on the Toolbar button.

tooltipText

string

Specifies the text to be displayed on the Toolbar button.