TreeListBox.drillTo

Syntax

drillTo(newActiveNode, animate);

Parameters

newActiveNode. Parent node key.

animate. Boolean. Show paging animation.

Description

The drillTo method moves to the specified node.

Example

Executing the example requires the TreeListBox component with the treelist identifier (see Example of Creating the TreeListBox Component).

// Move to node
treelist.drillTo(102000, true);

After executing the example the move is executed to the parent node.

See also:

TreeListBox