defines the mode of passing to the server the id of an item for which the data should be loaded during dynamic loading
mode | string|number|function | mode of passing the item's id to the server (see the details) |
Available only in PRO Edition
tree.setXMLAutoLoadingBehavior("function");
tree.setXMLAutoLoading(function(id){
tree.load("some.php?id="+id)
});
Possible mode values are: