So I am trying to create a tree structure that can be dynamical built. With two features
- Users will have to click on a node (and that node will highlight in some way) of a tree and type in to the text field next to create and hit create button. Doing so will create a child to that said node labeled what every the user typed in to the text field.
- User will click on a node and that label will appear in the modify text box. User can change the name and hit the modify button to update the node label.
I think repeater are the best methods for this but open to anything that can create a tree structure dynamical. Please help
John
StructureConstruction.rp (61 KB)