Part of the CF11 mobile features for client side (JS) development. Enables output of CFcode to JS. Must read the wikidoc for full understanding of this new cf tag.
<cfclient> ...output... </cfclient>
cfclient(); ...output... /cfclient>
Very basic example. Please read the wikidoc entry at Adobe for further usage scenarios.
<cfclient>
<cfset myvar = “Hello World”>
<cfoutput>#myvar#</cfoutput>
</cfclient>
Signup for cfbreak
to stay updated on the latest news from the ColdFusion / CFML community. One email, every friday.