Table of Contents
select Method 

Select a tree node.

Syntax
JavaScript
 TreeNode.select()

Return Value

Returns true if successful, otherwise false.

Remarks

The function fails if the node of one of the parent node is disabled, in which case this node can not be selected.

See Also