Yep - I understand that. Just wondering how I go about the dynamic image name creation.

Mike

Michael Porter
Senior Analyst Programmer

Phone: 02 9256 9647

ROYAL AUSTRALASIAN COLLEGE OF PHYSICIANS
>>> [EMAIL PROTECTED] 09/30/04 22:53 PM >>>
[EMAIL PROTECTED] spoke the following wise words on 30/09/2004 
3:43 PM EST:
> How would one go about creating this as a primary nav object. So that the
> images and links were all dynamic.

Check out the farcry 'tree' api:
http://farcry.daemon.com.au/cfcdoc/

You'll want to do something like this in the webskin template:

<cfset navFilter = ArrayNew(1) />
<cfset navFilter[1] = "status IN 
(#listQualify(request.mode.lvalidstatus, "'")#)" />
<cfset qNav = application.factory.oTree.getDescendants(
                 objectid=application.navid.home,
                 depth=1,
                 aFilter=navFilter  />

then loop over the qNav object to build your <ul> or <dl>

-- tim lucas

http://www.toolmantim.com


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


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