Given a tree and a desired level, returns all nodes at the specified level. This is useful for interface building purposes but not a normal tree traversal operation.
| 1 | getNodesAtLevel(tree, level)
 | 
| tree | the tree you want to get data from | 
| level | the level of the tree you want to get | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.