I have a tree that only accepts the creation of nodes as siblings. Through the drag and drop names and accept names I have made this tree not allow the creation of parent-child within the tree. However, I need to be able to sort this tree.
Let's say I have ten nodes in my tree, I need to be able to take node 3 and drag it to node 7 - in essence re-ordering the tree. Is there a way to do this? I was even looking at removing the node and then adding it back in via the client-side script. However, I don't see a way to add a node at a specified point in the tree.
Help on this would be greatly appreciated.