Nicolas

Welcome,

And yes this has been answered in before, but try the following to get yourself started.

<!--- get navigation elements to root --->
<cfset navfilter[1]="status IN (#listQualify(request.mode.lvalidstatus, "'")#)">
<cfset qNav = application.factory.oTree.getDescendants(objectID=#application.navid.home#, afilter=navFilter)>


This will provide a query of the entire tree structure, you can then parse this to create your menu code.

You can search the NG for other posts covering menu generation.

hth,
Chris.



n. wrote:
- I've tried to use secondaryNav.cfm to display the whole tree-structure, in
order to integrate it within a hierarchical-menu (Milonic or something
similar), but it only shows me a couple of levels. Is there an easy way (or
an example i could start from) to output the whole tree, starting from the
Home node(as is needed for a drop-down nabvigation system)? Is there a
tutorial (or an example) of some generic implementation of this type of
navigation system?


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