TreeList.expandAll

Syntax

expandAll ();

Description

The expandAll method expands all tree nodes.

Comments

Use the TreeList.collapseAll method to collapse all nodes.

Example

The example of use is given in the TreeList.beginUpdate method description.

See also:

TreeList