unbindCancelNode(domNode: HTMLElement; remove: Boolean);
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.
The unbindCancelNode method disables title edit mode on clicking the specified DOM node.
The example of method use is given in description of the GxTitle.bindCancelNode property.
See also: