Check documentation for the latest version of dhtmlxSuite enableItem DHTMLX Docs

enableItem

enables the specified item

void enableItem(string|number itemId);
itemIdstring|numberthe id of an item to enable

Example

myToolbar.enableItem(itemId);

See also
Back to top