moveBottom

moves the specified item to the last position

void moveBottom(id id);
ididthe item id

Example

$$('view').moveBottom("a12"); //moves the item with id="a12" 2 to the very end

See also
Back to top