> <Cf_test name="test" value="10">
>
> instead of saying
>
> <CFOUTPUT>
>       #Attributes.name# #attributes.value#
> </CFOUTPUT>
>
> I could say
>
> <CFOUTPUT>
>       <CFLOOP collection="attributes" item="att">
>               #att#
>       </CFLOOP>
> </CFOUTPUT>
>
> Is there such collection of some sort that exists inside the custom tag?

Um, yes, you just typed it. Of course, you would use #Attributes# instead of
attributes for the collection.

=======================================================================
Raymond Camden, Principal Spectra Compliance Engineer for Allaire

Email   : [EMAIL PROTECTED]
ICQ UIN : 3679482

"My ally is the Force, and a powerful ally it is." - Yoda


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to