Check documentation for the latest version of dhtmlxSuite deleteItem DHTMLX Docs

deleteItem

deletes a node

void deleteItem(string|number id,boolean selectParent);
idstring|numberthe node's id
selectParentbooleantrue - the parent of the deleted item gets selection,false - no selected items left in the tree
Back to top