moveDown

increases the item index and moves the item to the new position

void moveDown(id id,number step);
ididthe item id
stepnumberthe step of moving

Example

$$('view').moveDown("a12", 2); //moves the item with id="a12" 2 items down

See also
Back to top
If you have not checked yet, be sure to visit site of our main product Webix html5 framework and page of javascript menu product.