From what I have seen so far with insertNewChild() it just tacks the new node at the end of any other nodes of the parent.
Is there any way to place the node exactly where I want, eg. alphabetically or numerically?
From what I have seen so far with insertNewChild() it just tacks the new node at the end of any other nodes of the parent.
Is there any way to place the node exactly where I want, eg. alphabetically or numerically?
There is no such ready approach
But you can use the next some usefull things:
Ok, thanks! . insertNewNewNext sounds like the go.
You are welcome!