Right, that's the default. Trouble is, if I'm two levels deeper than 'home', my nav will only show me my descendants, not my grandparents (links at home level). The getBloodLine function will get me my grandparents, but not their children (my uncles), or their other grandchildren (my cousins). Essentially, I just want to generate the entire family tree on every page. I probably want to simply use getDescendants and specify the top nav id, but I'm not sure what that is.
At 8/13/2006 09:37 PM, you wrote: >Oblio wrote: > > It looks like the getBloodLine function doesn't return cousins, is > > this true? If not, does tree.cfc have a function that simply drops > > the entire nested menu? The problem is, as I navigate to deeper > > links, I need the menu to continually return the whole tree. > >getDescendants() > >-- geoff >http://www.daemon.com.au/ >-- >Message protected by MailGuard: e-mail anti-virus, anti-spam and >content filtering. >http://www.mailguard.com.au/mg > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "farcry-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/farcry-dev -~----------~----~----~----~------~----~------~--~---
