Check documentation for the latest version of dhtmlxSuite changeItemId DHTMLX Docs

changeItemId

changes the item's id

void changeItemId(string|number oldId,string|number newId);
oldIdstring|numberthe old node's id
newIdstring|numbera new node's id
Back to top