17 | | * The function renderTree() is used by toHtml() is order to print each specific node to html <li>.The function toHtml() is actually serving the whole tree if called . * * Contains the css and js references as well as the jquery functionality. |
18 | | ** About the tree: No Nodes collapsed explicitly. Node is manually closed then by giving its LI element a "closed"(/opened) CSS class. |
19 | | ** The animation is enabled, and the speed is "normal" (this can be modified). "Cookie" persistence enabled, causing the current tree state to be persisted. |
20 | | ** Dynamically adding a sub tree to the existing tree demonstrated. |
21 | | |
| 17 | * The function renderTree() is used by toHtml() is order to print each specific node to html <li>.The function toHtml() is actually serving the whole tree if called . |
| 18 | * Contains the css and js references as well as the jquery functionality. |
| 19 | **About the tree: No Nodes collapsed explicitly. Node is manually closed then by giving its LI element a "closed"(/opened) CSS class. |
| 20 | **The animation is enabled, and the speed is "normal" (this can be modified). "Cookie" persistence enabled, causing the current tree state to be persisted. |
| 21 | **Dynamically adding a sub tree to the existing tree demonstrated. |