If you want your tag to be like CFIF, causing logic to be skipped, then
the answer is probably "no, you can't do it".

If you are ok with the code between the start and end tags running but
with all html output removed, then yes, you can do that by messing with
the generatedcontent property.

        Mark

-----Original Message-----
From: Barney Boisvert [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, August 24, 2005 2:08 PM
To: CF-Talk
Subject: Re: Stupid custom tag question

I don't want to ignore the content generated by the body, I want to skip
execution of the body.  In other words, it's the processing I want to
avoid, not the output.  Like how CFIF works, except that the closing tag
still executes.

cheers,
barneyb

On 8/24/05, Snake <[EMAIL PROTECTED]> wrote:
> You can use thistag.generatedcontent to decide what to do with the 
> content of tag.
> 
> Russ
> 

--
Barney Boisvert
[EMAIL PROTECTED]
360.319.6145
http://www.barneyb.com/

Got Gmail? I have 50 invites.



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:216247
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to