Tag Groups by Function
This section groups ColdFusion tags by functional category. For the tag description, refer to the page number.
Database Manipulation
Data Output
TAG | DESCRIPTION |
---|---|
<cfchart> | Generates and then displays a graph as a269 object. |
<cfchartdata> | Defines data used with <cfchart>. |
<cfchartseries> | Defines a series of data used with <cfchart>. |
<cfcol> | Specify columns in a <cftable> HTML table. |
<cfcontent> | Set the MIME type so as to be able to send no269 documents to a client's browser. |
<cfdocument> | Creates FlashPaper or PDF-type output from CFML block. |
<cfdocumentitem> | Enables you to create page breaks, headers, and footers. |
<cfdocumentsection> | Enables you to divided PDF or Flashpaper output into sections. |
<cfflush> | Flushes ColdFusion's output buffer, sending the contents back to the Web browser. |
<cfgraph> | Deprecated. Use <cfchart>. |
<cfgraphdata> | Deprecated. Use <cfchartdata>. |
<cfheader> | Control the contents of specific HTTP headers. |
<cfoutput> | Resolves and outputs ColdFusion variables and expressions. |
<cfprocessingdirective> | Suppress white space between the start and end tags; also used to specify page encoding. |
<cftable> | Create a complete data-drive269 <table> automatically. |
Extensibility
Variable Manipulation
TAG | DESCRIPTION |
---|---|
<cfcookie> | Set cookies, persistent client-side variables, on the client browser. |
<cfparam> | Specify default values for parameters and flag parameters that are required. |
<cfsavecontent> | Save the output of a page or portion of a page in a variable. |
<cfset> | Assign a value to a variable. |
Flow Control
Debugging Tools
TAG | DESCRIPTION |
---|---|
<cfdump> | Output the contents of simple variables, queries, structures, arrays, serialized WDDX packets and XML documents for debugging. |
<cftrace> | Log debugging information about the state of an application. |
<cftimer> | Displays the amount of time a section of code took to execute. |
Internet Protocols
TAG | DESCRIPTION |
---|---|
<cfftp> | Interface to FTP, the Internet standard file transfer protocol. |
<cfhttp> | Interface to HTTP, the Internet standard hypertext transfer protocol. |
<cfhttpparam> | Pass parameters to a <cfhttp> request. |
<cfldap> | Interact with LDAP servers. |
<cfmail> | Generate SMTP mail from within ColdFusion templates. |
<cfmailparam> | Specify <cfmail> headers or provide file attachments. |
<cfpop> | Retrieve and manipulate mail in a POP3 mailbox. |
File Management
TAG | DESCRIPTION |
---|---|
<cfdirectory> | Obtain directory lists; manipulate directories. |
<cffile> | Perform file-management operations, including uploading files from a browser; moving, renaming, copying, and deleting files; and reading and writing files. |
Web Application Framework
TAG | DESCRIPTION |
---|---|
<cfapplication> | Define the scope of an application and specify several aspects of the application's configuration. |
<cferror> | Override the standard ColdFusion error messages and replace them with error-handling templates you specify. |
ColdFusion Forms
Security
TAG | DESCRIPTION |
---|---|
<cflogin> | Provides a shell for authenticating users. |
<cfloginuser> | Provides user authentication information to security framework. |
<cfntauthenticate> | Provides means of authenticating users against CF server's NT Domain. |
<cflogout> | Log user out of security framework. |
<cfauthenticate> | Obsolete (no longer in use). |
<cfimpersonate> | Obsolete (no longer in use). |
CFML Utilities
Verity Search
