Thanks Chris and Spike! I'll give your solutions a try today and see
which one works best. 

Chris...out of curiosity why do you try not to have multiple dmHTML's
under one nav node?  Does it cause some kind of problem that I should be
aware of or is it just a preference.  If it's just a preference what's
the reason behind it.  Anything I can do to save myself hassels in the
long run is worth the time on the front end.

Thanks again both of you for your help.

Jaci

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Chris
Kent
Sent: Monday, February 14, 2005 4:53 PM
To: FarCry Developers
Subject: [farcry-dev] Re: Using tree nav node to generate menu.

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/


---
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/

Reply via email to