Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi,
I have created a custom section. It has been working for some time now.
I add tree nodes programatically, and they load their respective aspx pages as needed.
Now I want to add another tree node, which will have child nodes, also added programaticly.
My question is: Should I create the child nodes with in the same render function where I create the parent?
Should they go somewhere else? What syntax to I use to add the child nodes?
Thank you!
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Creating sub-trees
Hi,
I have created a custom section. It has been working for some time now.
I add tree nodes programatically, and they load their respective aspx pages as needed.
Now I want to add another tree node, which will have child nodes, also added programaticly.
My question is: Should I create the child nodes with in the same render function where I create the parent?
Should they go somewhere else? What syntax to I use to add the child nodes?
Thank you!
is working on a reply...