CFScript
| This article does not cite any references or sources. Please help improve this article by adding citations to reliable sources. Unsourced material may be challenged and removed. (November 2006) |
| This article is an orphan, as few or no other articles link to it. Please introduce links to this page from related articles; suggestions are available. (November 2009) |
| This article may need to be wikified to meet Wikipedia's quality standards. Please help by adding relevant internal links, or by improving the article's layout. (November 2009) |
CFScript is an extension of CFML on the ColdFusion platform. CFScript resembles JavaScript. Some ColdFusion developers prefer it since it has less visual and typographical overhead than ordinary CFML; only the actual changes are represented in the code (whereas normal CFML would involve CFSET tags at every line).
All CFScript code must be contained within a CFScript tag pair, as follows:
<cfscript>
xParam = 115;
yParam = 200;
color = 'FFCC99';
</cfscript>
While many ColdFusion tags have exact CFScript analogies, there are quite a few tags that do not. These include both complex tags that would be difficult to duplicate and simple tags that are easy to imitate (using ColdFusion UDF's):
Complex:
<cfquery> <cffile> <cfdirectory>
Simple:
<cfdump> <cfthrow>
| File:HelloWorld.svg | This programming language-related article is a stub. You can help Wikipedia by expanding it. |
If you like SEOmastering Site, you can support it by - BTC: bc1qppjcl3c2cyjazy6lepmrv3fh6ke9mxs7zpfky0 , TRC20 and more...
- Pages where expansion depth is exceeded
- Pages with broken file links
- Articles lacking sources from November 2006
- Articles with invalid date parameter in template
- All articles lacking sources
- Orphaned articles from November 2009
- All orphaned articles
- Articles that need to be wikified from November 2009
- All articles that need to be wikified
- Scripting languages
- Programming language topic stubs