Widgets
Samples
Demos
Forum
Services
Documentation
copy
move
moveBottom
moveDown
moveTop
moveUp
Start
API Reference
Mixins
TreeDataMove
Methods
moveBottom
moves the specified item to the last position
void
moveBottom
(
id
id
,
id
parentId
);
id
id
the item id
parentId
id
the id of a new parent
Example
$$
(
"tree"
)
.
moveBottom
(
"1.2.3"
,
"2"
)
Back to top