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
If you have not checked yet, be sure to visit site of our main product Webix html5 ui library and page of javascript tree table product.