moveDown

moves an element downwards within its current branch

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

Example

$$('tree').moveDown("a12", 2);

Back to top