Samples
Forum
Support
Documentation
loadBranch
Start
API Reference
Mixins
TreeDataLoader
Methods
loadBranch
loads data to the specified branch, as direct children of the node with the id provided
void
loadBranch
(
id
id
,
function
callback
,
string
url
);
Parameters
id
id
branch ID
callback
function
callback function
url
string
data URL
See also
samples
Loading Branch Data
articles
Dynamic Loading for Hierarchical Data Structures
Back to top