GxTitle.unbindCancelNode

Syntax

unbindCancelNode(domNode: HTMLElement; remove: Boolean);

Parameters

domNode. DOM node.

remove. Indicates if a handler of the event of clicking a DOM node is deleted. If the parameter is set to True, a handler of the event of clicking a mouse is deleted.

Description

The unbindCancelNode method disables title edit mode on clicking the specified DOM node.

Example

The example of method use is given in description of the GxTitle.bindCancelNode property.

See also:

GxTitle