Documentation

getChecked

returns ids of the checked items

array getChecked();

Returns

arrayan array of ids

See also

Example

tree = new webix.ui({
        view:"tree",
        ...
})
tree.getChecked();

Back to top