Check documentation for the latest version of dhtmlxSuite enable DHTMLX Docs

enable

enables the specified item in the ribbon

void enable(string itemId);
itemIdstringitem id

Example

myRibbon.enable(itemId);

Back to top