Documentation

checkAll

check all items in tree

void checkAll( [id id] );

Parameters

ididid of the branch

Example

tree.checkAll();

Details

If id provided - only item in the target branch will be checked, else - all items in the tree

Back to top