Title: Message
Thanks again Gary.... great help!
 
On an aside to this you mentioned in your reply the routines of getDescendants and getChildren off the tree object.
 
Can anyone recommend a good source of information which outlines the following:
 
* Farcry core variables with descriptions
* Farcry core rountines with descriptions
* Farcry application variables with descriptions
* Farcry application routines with descriptions
 
I appreciate that the Admin tab shows the option to dump the structures, but they don't appear to have descriptions of the variables / routines.
 
Regards
 
Mike
 
 
 
 
 
-----Original Message-----
From: Gary Menzel [mailto:[EMAIL PROTECTED]
Sent: 24 October 2003 08:57
To: FarCry Developers
Subject: [farcry-dev] RE: Secondary Navigation

Hello Mike,
 
You will note in the secondaryNav.cfm that there is a parameter called r_navQuery.
 
If you dont want the default display, you just provide a value for this so the query can be returned back to your code so that you can generate your own display.
 
There also appear to be two other parameters required if you do this - r_CurrentLevel and r_Leaf.  You can see these in the code at the bottom of the secondaryNav.cfm.
 
Alternatively, you can use routines off the tree object like getDescendants and getChildren to roll your own routines.
 
Regards,
Gary Menzel
 
 
 
---
You are currently subscribed to farcry-dev as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]
---
You are currently subscribed to farcry-dev as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]

Reply via email to