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
Join Our Forum
We've retired comments here. Visit our forum for faster technical support, connect with other developers, and share your feedback there.