Check documentation for the latest version of dhtmlxSuite removeItem DHTMLX Docs

removeItem

removes an item with all its nested sublevels from the menu

void removeItem(string|number id);
idstring|numberid of the item to remove

Example

myMenu.removeItem(itemId);

Back to top