Check documentation for the latest version of dhtmlxSuite item DHTMLX Docs

item

Returns hash of data related to the specific item.

void item();

Example

var item1 = data.item(id);
alert(item1.Version);
item1.Version = 2; //sets property 'Version' of the item to value '2'.

Back to top