Check documentation for the latest version of dhtmlxSuite isEnabled DHTMLX Docs

isEnabled

returns "true" if an item is enabled

boolean isEnabled(string|number itemId);
itemIdstring|numberthe id of an item to check
booleantrue|false

Example

var isEn = myToolbar.isEnabled(itemId);

Back to top