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
setBindData
moves data from master to child
void
setBindData
(
object
data
,
id
key
);
Parameters
data
object
the data hash
key
id
the id of the child component
Back to top