TIWCGJQTreeViewCRRMPlugin.RenameNode(string) Method

Sets a node in rename mode and when the user has entered changes, an event is triggered.

Namespace: IWCGJQTreeView
public
 procedure RenameNode(ANode: string = 'null');

Parameters

ANode
Type: string

This can be a DOM node, jQuery node or selector pointing to an element within the tree. If you use the UI plugin - pass null to use the currently selected item.