TIWCGJQTreeViewCRRMPlugin.PasteNode(string) Method
Pastes copied or cut nodes inside a node.
public procedure PasteNode(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.