I wouldnt say "working" but I can now see the nav items on a page !

I now need to spend some time looking at the various templates and how they fit together. I had no idea what the two templates were taht you mentioned, displaypageLanding.cfm or displaypageStandard.cfm.

Is there documentation on this ??

Brant

Gary Menzel wrote:


Oh so beautiful to see a nested list based on my nav items.


Kewl. You got it working ?


As I pointed out though, this is not a complete menu system.


What it does do is produce a nested list (like a breadcrumb - sort of) down
to the current navigation node and shows the "bloodline" for everything
else.

To build up something like a full set of dropdowns you would need some
different code (as Ben was alluding to in one of his more recent posts).

The way I would write that code would be to just start at my top level
navigation (which is actually at level 2 in the nav tree) and then simply
just recurse down the levels (getting the siblings for the current one, and
then it's siblings siblings etc.)

In the past I have just used getDescendants and then looped through that
list.  Maybe there are some better methods to use than that one for what you
need to do.


Regards, Gary





--- You are currently subscribed to farcry-dev as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED]

MXDU2004 + Macromedia DevCon AsiaPac + Sydney, Australia
http://www.mxdu.com/ + 24-25 February, 2004

Reply via email to