Previous Zapatec Javascript Form Example
Tree Pruning

Add Child
Add a subtree at the start -- Add a node called Misc1 with two childtren at the start of the tree; one of the children has a subtree Misc1a under it
Add a subtree at the end -- Add a node called Misc2 with two children at the end of the tree
Add an item node at the start -- Add a node called DynaCalendar at the start of the tree
Add an item node at the end -- Add a node called Javascript Tree at the end of the tree
Add a subtree at the start of a subtree -- Add a subtree called Misc5 with two childtren at the start of the subtree Arts
Add a subtree at the end of a subtree -- Add a subtree called Misc6 with two childtren at the end of the subtree Arts
Add an item node at the start of a subtree -- Add a node called Misc7 at the start of the subtree Arts
Add an item node at the end of a subtree -- Add a node called Misc8 at the end of the subtree Arts
Insert Child
Insert a subtree before another node -- Insert a subtree called Misc9 with two children before the subtree Arts
Insert a subtree before another node -- Insert a subtree called Misc10 with two children before the subtree World
Insert an item node before another node -- Insert a node called Misc11 before the subtree Business
Insert an item node before another node -- Insert a node called Misc12 before the subtree Sport
Insert a subtree before another node in a subtree -- Insert a subtree called Misc13 with two childtren before item node 'Travel' in the subtree Recreation
Insert a subtree before another node in a subtree -- Insert a subtree called Misc14 with two childtren before item node 'Foods' in the subtree Recreation
Insert a subtree before another node in a subtree -- Insert a subtree called Misc15 with two childtren before item node 'Outdoor' in the subtree Recreation
Insert a subtree before another node in a subtree -- Insert a subtree called Misc16 with two childtren before item node 'Humor...' in the subtree Recreation
Insert an item node before another node in a subtree -- Insert a node called Misc17 before item node 'Travel' in the subtree Recreation
Insert an item node before another node in a subtree -- Insert a node called Misc18 before item node 'Foods' in the subtree Recreation
Insert an item node before another node in a subtree -- Insert a node called Misc19 before item node 'Outdoor' in the subtree Recreation
Insert an item node before another node in a subtree -- Insert a node called Misc20 before item node 'Humor...' in the subtree Recreation
Remove Child
Remove the root node -- Remove the root node of the tree
Remove an item node with children -- Remove the entire subtree Arts from the root node
Remove an item node with children -- Remove the entire subtree World from the root node
Remove an item node in a subtree -- Remove the node Jobs under Business
Remove an item node in a subtree -- Remove the node Investing... under Business
Remove an item node in a subtree -- Remove the node Real Estate under Business
Remove an root node of a subtree -- Remove the root node Business
Remove a subtree within a subtree -- Remove entire subtree Misc1a