Widgets
Samples
Demos
Forum
Services
Documentation
add
addBind
attachEvent
bind
blockEvent
callEvent
clearAll
clearValidation
copy
count
define
destructor
detachEvent
exists
filter
find
getBindData
getBranchIndex
getCursor
getFirstChildId
getFirstId
getIdByIndex
getIndexById
getItem
getLastId
getNextId
getNextSiblingId
getParentId
getPrevId
getPrevSiblingId
hasEvent
isBranch
isVisible
load
loadBranch
loadNext
mapEvent
move
moveBottom
moveTop
parse
refresh
refreshCursor
remove
removeBind
saveBatch
serialize
setBindData
setCursor
sort
sync
unbind
unblockEvent
updateItem
validate
waitSave
Start
API Reference
Mixins
TreeCollection
Methods
addBind
adds one more bound target
void
addBind
(
object
source
,
string
rule
,
string
format
);
source
object
the object that method is assigned to
rule
string
sets the rule according which components will be bound
format
string
the format of bound data
Back to top