TreeListBase.updateIndexes

Syntax

updateIndexes();

Description

The updateIndexes method refreshes visible nodes.

Example

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

// Refresh visible nodes
Tree.updateIndexes();

After executing the example all the visible nodes are refreshed.

See also:

TreeListBase