On Mar 9, 4:02 pm, Jeff Coughlin <[EMAIL PROTECTED]> wrote:
> Note: the reason for the exiting the cfoutput during the custom tag
> use is due to a limitation of ColdFusion where if a custom tag (as
> well as any CF tag) is called from within a <cfoutput> block,
> ColdFusion will add a lot of whitespace to your final (x)HTML.  By
> exiting the <cfoutput> block first, you omit the whitespace problem.

I think we're quashing whitespace output in webskin tags with
CFSILENT.  So you should be able to get away with wrapping these tags
in CFOUTPUT in more recent releases of FarCry.

-- geoff
http://www.daemon.com.au/

PS. Folks using CFEclipse might like to use the new dictionaries, that
should hint at the majority of attributes and options available in
tags.
http://blog.daemon.com.au/go/blog-post/cfeclipse-dictionaries-for-farcry-developers
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"farcry-dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/farcry-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to