Samples
Forum
Support
Documentation
add
addBind
attachEvent
bind
blockEvent
callEvent
clearAll
clearValidation
count
define
destructor
detachEvent
exists
filter
getBindData
getBranchIndex
getCursor
getFirstChildId
getFirstId
getIdByIndex
getIndexById
getItem
getLastId
getNextId
getNextSiblingId
getParentId
getPrevId
getPrevSiblingId
hasEvent
isBranch
isVisible
load
loadBranch
loadNext
mapEvent
parse
refresh
refreshCursor
remove
removeBind
saveBatch
serialize
setBindData
setCursor
sort
sync
unbind
unblockEvent
updateItem
validate
Start
API Reference
Mixins
TreeCollection
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