TreeListBase.updateNodeStyle

Syntax

updateNodeStyle(nodeKey);

Parameters

nodeKey. String. Node key.

Description

The updateNodeStyle method refreshes styles of the specified node.

Example

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

// Refresh node styles
Tree.updateNodeStyle(2);

After executing the example node styles are refreshed.

See also:

TreeListBase