Widgets
Samples
Forum
Support
Documentation
/
Suite 7.0
add
canCopy
copy
eachChild
eachParent
exists
filter
forEach
getId
getIndex
getItem
getItems
getLength
getParent
getRoot
haveItems
isSaved
load
loadItems
move
parse
refreshItems
remove
removeAll
restoreOrder
save
serialize
sort
update
Start
Helpers
TreeCollection API
Methods
remove
removes an item
void
remove
(
string
id
);
Parameters
id
string
the ID of an item
Example
toolbar.
data
.
remove
(
"id"
)
;
Back to top