TreeList.startEditing

Syntax

startEditing (node, column);

Parameters

node. Edited node.

column. Column whose node will be edited..

Description

The startEditing method activates edit mode for selected node.

Example

An example of use is given in description of the TreeList.expandToNode method.

See also:

TreeList