Check documentation for the latest version of dhtmlxSuite setAttribute DHTMLX Docs

setAttribute

sets an attribute for an item

void setAttribute(string|number id,string name,mixed value);
idstring|numberthe id of an item
namestringthe name of an attribute
valuemixedthe value of the attribute

Available only in PRO Edition

Back to top