TitleBox.bindCancelNode

Syntax

bindCancelNode(domNode, addEvent);

Parameters

domNode. Document node

addEvent. Indicates if to add events on node selection. If the parameter is set to True, events are added, if it is set to False, the events are not added.

Description

The bindCancelNode method indicates to the title, that there is no need to exit title edit mode on selecting a specified node.

Example

The example of method use is given on the page with description of the TitleBox.EditMode property.

See also:

TitleBox