TreeNode.selectChild

Syntax

selectChild(fireEvents);

Parameters

fireEvents. Attribute of event fire, after method execution. To fire events, the parameter should be set to true, else the value is false.

Description

The selectChild method selects all child elements of the node.

Example

The example of method use is given in the TreeNode.collapseAll method description.

See also:

TreeNode