TreeListBase.refresh

Syntax

refresh();

Description

The refresh method refreshes the tree.

Example

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

// Refresh tree
Tree.refresh();

After executing the example the tree is refreshed.

See also:

TreeListBase