Check documentation for the latest version of dhtmlxSuite removeItem DHTMLX Docs

removeItem

removes an existing item

void removeItem(string|number id);
idstring|numberitem's id

Example

myAcc.removeItem(id);

Back to top