Check documentation for the latest version of dhtmlxSuite showItem DHTMLX Docs

showItem

shows the specified item

void showItem(string|number itemId);
itemIdstring|numberthe id of an item to show

Example

myToolbar.showItem(itemId);

Back to top