TreeListBase.loadNodes

Syntax

loadNodes(nodes, rootKey);

Parameters

nodes. Array of Object. Array of nodes.

rootKey. String. Node key for insert. If it is not specified, nodes are inserted to the root.

Description

The loadNodes method loads nodes from object.

Example

The method use is given in description of the TreeListBase.beginUpdate method.

See also:

TreeListBase