Check documentation for the latest version of dhtmlxSuite hideItem DHTMLX Docs

hideItem

hides the specified item

void hideItem(string|number itemId);
itemIdstring|numberthe id of an item to hide

Example

myToolbar.hideItem(itemId);

Back to top