checkAll

check all items in tree

void checkAll( [id id] );
ididoptional, id of the branch

Example

tree.checkAll();

Details

If an id is provided, only the item in the target branch will be checked, otherwise all items in the tree will be checked.

Back to top
If you have not checked yet, be sure to visit site of our main product Webix javascript website framework and page of tree table widget product.