Check documentation for the latest version of dhtmlxSuite getAllChecked DHTMLX Docs

getAllChecked

returns an array of checked items' ids

array getAllChecked();
arrayan array of all checked items' ids

Example

myTreeView.getAllChecked();

Back to top