I've been going through my CF 4.5 documentation on writing custom tags. I
know that you can nest additional tags within a custom tag like so:

<cf_CustomTag attribute1="this" attribute2="that">
<cftag...>
<another cftag...>
</cf_CustomTag>

But I just can't find anything on something simpler. For instance If I want
to wrap a fairly complex text string around the custom tag and have that
processed in the custom tag template, how do I refer to it?

For instance if I use a custom tag like this:

<cfset var = "text">
<cf_customTag>
Long #var# string with variables embedded...
</cf_CustomTag>

How do I capture what is nested within the tags into a variable in custom
tag template? Will it be possible to resolve the string so that a variable
can be assigned "Long text string with variables embedded..." within the
template?

Does anyone have any ideas?

Leong


------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to