Search results

Toolbar API in JavaScript (ES5) Document Editor Container API control

Toolbar Module

Methods

enableItems

Enables or disables the specified Toolbar item.

Parameter Type Description
itemIndex number Index of the toolbar items that need to be enabled or disabled.
isEnable boolean Boolean value that determines whether the toolbar item should be enabled or disabled. By default, isEnable is set to true.

Returns void