Check documentation for the latest version of dhtmlxSuite items DHTMLX Docs

items

array with cells

array items;

Deprecated

from version 4.0, new usage:

var cell = myLayout.cells(id);

Example

// old usage
var cell = myLayout.items[index];

Back to top