Check documentation for the latest version of dhtmlxSuite hideItem DHTMLX Docs

hideItem

hides an item

void hideItem(string|number id);
idstring|numberthe id of the item to hide

Example

myMenu.hideItem(itemId);

Back to top