that is built around it.
Such as:
<img src="" href=""> <cfloop ...>
<img src=""> href=""> (ATTRIBUTES.ItemName,i)#</strong></a><br>
</cfloop>
Or something like that. Did not test it but if you build the variables
as needed, you can
display the menu anyway you want with proper coding.
>>> [EMAIL PROTECTED] 10/01/03 09:18AM >>>
What about a nice treeview display similar to Microsoft Explorer?
--Original Message Text---
From: Randell B Adkins
Date: Wed, 01 Oct 2003 06:56:43 -0400
What I do is have a CutomTag (BCMenu.cfm).
When needed I call the CustomTag passing 3 parameters:
<CF_BCMenu
ItemName="First Link, Second Link, Third Link"
ItemLink="aaa.cfm,bbb.cfm,ccc.cfm"
ActiveItem="This Page Name">
The Custom Tag writes out:
<cfloop index="i" from="1" to="#ListLen(ATTRIBUTES.ItemName)#">
<cfoutput>
<a
href="">
<img
src=""> </cfoutput>
</cfloop>
<!--- Output the current page title --->
<cfoutput>#ATTRIBUTES.ActiveItem#</cfoutput>
>>> [EMAIL PROTECTED] 10/01/03 06:43AM >>>
Good Day,
Does anyone have any code for breadcrumbs in Cold Fusion.
If so and possible may I have a sample of that code. I would like to
use breadcrumbs with Cold Fusion in my site.
Thank you.
Deetra Whatley
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

