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