Check documentation for the latest version of dhtmlxSuite disable DHTMLX Docs

disable

disables the specified item in the ribbon

void disable(string itemId);
itemIdstringitem id

Example

myRibbon.disable(itemId);

Back to top