moveDown
increases the item index and moves the item to the new position
void moveDown(id id,number step);
| id | id | the item id |
| step | number | the step of moving |
Example
$$('view').moveDown("a12", 2); //moves the item with id="a12" 2 items down
See also
Back to top
Join Our Forum
We've retired comments here. Visit our forum for faster technical support,
connect with other developers, and share your feedback there.