Check documentation for the latest version of dhtmlxSuite setItemStyle DHTMLX Docs

setItemStyle

sets an individual item's style

void setItemStyle(string|number id,string styleString);
idstring|numberthe node's id
styleStringstringa valid CSS string
Back to top