TreeListBase.getAllNodes

Syntax

getAllNodes();

Description

The getAllNodes method returns all nodes.

Example

Executing the example requires the SimpleTreeList component with the Tree identifier (see Example of Creating the SimpleTreeList Component).

// Get all nodes
Tree.getAllNodes();
// ->  ["0", "1", "2", "4", "5", "6", "key3"]

After executing the example all tree nodes are obtained.

See also:

TreeListBase