Check documentation for the latest version of dhtmlxSuite show DHTMLX Docs

show

shows the specified item (or a block of items) in the ribbon

void show(string itemId);
itemIdstringid of an item to show

Example

myRibbon.show(itemId);

Back to top