DHTMLX Docs & Samples Explorer

item (id)

Required library edition: This method works with any edition of DHTMLX library
Required library file: datastore_debug.js

Returns hash of data related to the specific item.

var item = data.item(id);
alert(item.Version);
item.Version = 2;

Parameters:

  • id - the id of the item in question