Return all descendants from a set of nodes in a tree
1 | get_all_descendants(named_list, names)
|
named_list |
a list representing a tree. It must be named according to tree node names and each of its element must have a field 'parent' containing the name of its parent node. |
names |
Names of the nodes for which all descendants must be returned |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.