TIWCGJQTreeViewCRRMPlugin.RemoveNode(string) Method
Removes a node. Triggers an event.
public procedure RemoveNode(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 items.