Check documentation for the latest version of dhtmlxSuite enableCheckBoxes DHTMLX Docs

enableCheckBoxes

shows/hides checkboxes (all checkboxes in the tree)

void enableCheckBoxes(boolean mode,boolean hidden);
modebooleantrue|false, to show/hide checkboxes
hiddenbooleanif set to "true", checkboxes aren't rendered, but can be shown by showItemCheckbox()

Example

myTree.enableCheckBoxes(mode, hidden);

Related samples

See also
Back to top