I want to add more than one child on any particular node, and hence I can not use makeChildOf() method, which allows creating a single child of any other node, I want to create more than one child at one instance for another node... Is there any way for this or I need to iterate makeChildOf() method??
I want to add more than one child on any particular node, and hence I can not use
makeChildOf()
method, which allows creating a single child of any other node, I want to create more than one child at one instance for another node... Is there any way for this or I need to iteratemakeChildOf()
method??Thanks in Advance!