Jaci,
There are some built in webskin tags multiPageTOC and multiPageNav. Might give you a starting point.
Tried them out a long time ago, but I try to avoid mulitple dmHTMLs under one nav node.
<skin:multiPageTOC objectid="#stObj.objectid#" display="false" r_qlinks=r_Pages>
<cfif r_Pages.recordcount gt 1>
<cfoutput><div id="multiPageTOC"></cfoutput>
<skin:multiPageTOC objectid="#stObj.objectid#">
<cfoutput></div></cfoutput>
</cfif>
and
<cfif r_Pages.recordcount gt 1> <cfoutput><div id="multiPageNav"></cfoutput> <skin:multiPageNav objectid="#stObj.objectid#"> <cfoutput></div></cfoutput> </cfif>
Chris.
Jaci Chesnes wrote:
Is there a way to use the built in tree functions to output all of the pages under a certain node to create a secondary menu or index. I didn’t see anything like this but in the out of the box functions. If not is there a way to easily modify or extend on of the functions to do this. I want the menu to list every html page under a given nav node.
--- You are currently subscribed to farcry-dev as: [email protected] To unsubscribe send a blank email to [EMAIL PROTECTED] Aussie Macromedia Developers: http://lists.daemon.com.au/
