Check documentation for the latest version of dhtmlxSuite showItem DHTMLX Docs

showItem

shows an item

void showItem(string|number itemId);
itemIdstring|numberid of the item to show

Example

myMenu.showItem(itemId);

Back to top