TreeList.getAllNodes

Syntax

getAllNodes (includeHidden);

Parameters

includeHidden. Determines if hidden nodes are to be returned. If this parameter is set to true, this method returns all the nodes including hidden ones. Otherwise only visible nodes are returned.

Description

The getAllNodes method returns a one-dimensional array that contains all tree nodes and their current sorting order.

Example

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

See also:

TreeList