Check documentation for the latest version of dhtmlxSuite removeItem DHTMLX Docs

removeItem

completely removes an item from the toolbar

void removeItem(string|number itemId);
itemIdstring|numberthe id of an item

Example

myToolbar.removeItem(itemId);

Back to top