TIWCGJQTreeViewJSONPlugin.LoadNodeJson(string,string,string) Method

This function is called instead of load_node.

Namespace: IWCGJQTreeView
public
 procedure LoadNodeJson(ANode: string = '-1'; ASuccessCallback: string ='';ErrorCallback: string = '');

Parameters

ANode
Type: string

his can be a DOM node, jQuery node or selector pointing to an element you want loaded. Use -1 for root nodes.

ASuccessCallback
Type: string

A function to be executed once the node is loaded successfully - used internally. You should wait for the load_node event.

ErrorCallback
Type: string

A function to be executed if the node is not loaded due to an error - used internally. You should wait for the load_node event.