> 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