TIWCGJQTreeViewUIPlugin.SelectNode(string,boolean) Method
Select Treeview node
public procedure SelectNode(ANode: string = ''; ACheck: boolean = False);
Parameters
- ANode
- Type: string
This can be a DOM node, jQuery node or selector pointing to an element within the tree.
- ACheck
- Type: boolean
Whether to check the specified rules and do appropriate actions (check select_limit, deselect other nodes respectively, etc) or to just force selection of the node regardless of select_limit.
- AEvent
Used internally - when a click on a node caused this function to be executed.