Documentation

moveDown

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

void moveDown(id id,number step);

Parameters

ididthe item id
stepnumberthe step of moving

See also

Example

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

Back to top