Widgets
Samples
Demos
Forum
Services
Documentation
copy
move
moveBottom
moveDown
moveTop
moveUp
Start
API Reference
Mixins
TreeDataMove
Methods
moveDown
moves an element downwards within its current branch
void
moveDown
(
id
id
,
number
step
);
id
id
the item id
step
number
the step of moving
Example
$$
(
'tree'
)
.
moveDown
(
"a12"
,
2
)
;
Back to top