Is there a way to recusively display all of the children, grandchildren, etc... of a page? On my site I'm using a Structure like this...
Home Section 1 Section 2 --Topic 1 --Topic 2 ----SubTopic 1 ----SubTopic 2 --Topic 3 Section 3 ...
On each of the "Section" pages, I don't really have any specific content that I want to show up, but I'm leaving the pages clickable for people that don't use JavaScript Menus. On those pages, I just have a single Child Links control and currently it's only able to display the "Topic" level. I'd like to be able to recurse all the way down. |