TreeList.setExpandedByKeys

Syntax

setExpandedByKeys (keys);

Parameters

keys. Array of nodes keys.

Description

The setExpandedByKeys method expand nodes by their keys defined in the keys array.

Example

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

See also:

TreeList