The following table briefly describes CFML tags:
CFML tag |
Category |
Description |
|---|---|---|
Flow-control tags |
Stops the processing of a ColdFusion page at the tag location |
|
Internet protocol tags |
Controls importation of JavaScript files used for ColdFusion AJAX-based features |
|
Internet protocol tags |
Generates an AJAX proxy class on the client page for a ColdFusion component |
|
Forms tags |
Embeds Java applets in a |
|
Application framework tags |
Defines an application name; activates client variables; specifies client variable storage mechanism |
|
Extensibility tags |
Creates a parameter definition within a component definition; defines a function argument |
|
Application framework tags |
Enables subtag data to be saved with a base tag |
|
Flow-control tags |
Breaks out of a CFML looping construct |
|
Page processing tags |
Caches ColdFusion pages |
|
Forms tags |
Provides a calendar from which to select a date |
|
Flow-control tags |
Used with the |
|
Exception handling tags, Flow-control tags |
Catches exceptions in ColdFusion pages |
|
Data output tags |
Generates and displays a chart |
|
Data output tags |
Defines chart data points |
|
Data output tags |
Defines style in which chart data displays |
|
Data output tags |
Defines table column header, properties |
|
Extensibility tags |
Administers Verity collections |
|
Extensibility tags |
Creates and defines a component object |
|
Data output tags, Page processing tags |
Defines content type and filename of a file to be downloaded by the current page |
|
Flow-control tags |
Returns processing to the top of a loop;
used within a |
|
Variable manipulation tags |
Defines and sets cookie variables, including expiration and security options |
|
Database manipulation tags |
Lets you retrieve information about a data source |
|
Flow-control tags |
Receives control if there is no matching |
|
File management tags |
Performs typical directory-handling tasks from within a ColdFusion application |
|
Display management tags |
Creates an HTML tag with that is populated using a bind expressions. |
|
Data output tags |
Creates PDF or Adobe® FlashPaper® output from a text block that contains CFML and HTML |
|
Data output tags |
Specifies action items, such as header, footer, and page break, for a PDF or FlashPaper document |
|
Data output tags |
Divides a PDF or FlashPaper document into sections |
|
Debugging tags, Variable manipulation tags |
Outputs variables for debugging |
|
Flow-control tags |
Creates IF-THEN-ELSE constructs |
|
Flow-control tags |
Creates IF-THEN-ELSE constructs |
|
Exception handling tags, Application framework tags |
Displays custom HTML error pages when errors occur |
|
Communications tags |
Gets, creates, deletes, modifies, or responds to Microsoft Exchange calendar events |
|
Communications tags |
Opens or closes a persistent connection with an Exchange server |
|
Communications tags |
Gets, creates, deletes, or modifies Exchange contacts |
|
Communications tags |
Sets filter conditions used in Exchange tag get operations |
|
Communications tags |
Gets and deletes Exchange mail messages and sets message properties |
|
Communications tags |
Gets, creates, deletes, or modifies an Exchange user task |
|
Flow-control tags, Extensibility tags |
Executes developer-specified process on server computer |
|
Flow-control tags |
Aborts processing of executing CFML tag |
|
Communications tags, Internet protocol tags |
Reads, creates, and converts, Atom and RSS syndication feeds |
|
File management tags |
Performs typical file-handling tasks from within ColdFusion application |
|
File management tagsForms tags |
Displays a dialog for uploading multiple files from the user's system. |
|
Exception handling tags |
Used inside a cftry tag |
|
Data output tags, Page processing tags |
Flushes currently available data to client |
|
Forms tags |
Builds input form; performs client-side input validation |
|
Forms tags |
Groups form control into a containing object |
|
Forms tags |
Adds text and dividing rules to Adobe® Flash® forms |
|
Forms tags, Extensibility tags, Internet protocol tags |
Permits FTP file operations |
|
Extensibility tags |
Defines function that you build in CFML |
|
Forms tags |
Displays tabular grid control, in |
|
Forms tags |
Used in |
|
Forms tags |
Defines a grid row; used with |
|
Forms tags |
Directly updates ODBC data source from edited grid data |
|
Data output tags, Page processing tags |
Generates HTTP headers |
|
Page processing tags |
Writes text and HTML to HEAD section of page |
|
Internet protocol tags |
Performs GET and POST to upload file or post form, cookie, query, or CGI variable directly to server |
|
Internet protocol tags |
Specifies parameters required for a |
|
Flow-control tags |
Creates IF-THEN-ELSE constructs |
|
Other tags |
Creates a cfimage, a ColdFusion data type that can be operated by image functions. |
|
Communications tags, Internet protocol tags |
Retrieves and manages e-mails and folders in IMAP servers |
|
Application framework tags |
Imports JSP tag libraries into a CFML page |
|
Flow-control tags |
Embeds references to ColdFusion pages |
|
Extensibility tags |
Creates Verity search indexes |
|
Forms tags |
Creates an input element (radio button,
check box, text entry box); used in |
|
Database manipulation tags |
Inserts records in a data source |
|
Application framework tags, Extensibility tags |
Defines an interface that a ColdFusion component can implement |
|
Extensibility tags |
Invokes component methods from a ColdFusion page or component |
|
Extensibility tags |
Passes a parameter to a component method or a web service |
|
Display management tags |
Creates a region of its container with a specific layout behavior |
|
Display management tags |
Defines a display region within a |
|
Internet protocol tags |
Provides access to LDAP directory servers |
|
Flow-control tags |
Controls execution of a page |
|
Application framework tags |
Ensures data integrity and synchronizes execution of CFML code |
|
Data output tags, Other tags |
Writes a message to a log file |
|
Security tags |
Defines a container for user login and authentication code |
|
Security tags |
Identifies an authenticated user to ColdFusion |
|
Security tags |
Logs the current user out |
|
Flow-control tags |
Repeats a set of instructions based on conditions |
|
Communications tags, Internet protocol tags |
Assembles and posts an e-mail message |
|
Communications tags, Internet protocol tags |
Attaches a file or adds a header to an e-mail message |
|
Communications tags, Internet protocol tags |
Contains one part of a multipart mail message |
|
Other tags |
Embeds a Google map within a ColdFusion web page |
|
Other tags |
Creates markers on the map; a child tag
of the |
|
Other tags |
Creates an in-built media player that can play FLV files |
|
Display management tags |
Creates a top-level menu or a tool bar. |
|
Display management tags |
Defines an entry in a menu, including an item that is the head of a submenu. |
|
Application framework tags |
Defines a control for displaying pop-up messages |
|
Security tags |
Authenticates user information against an NT domain |
|
Extensibility tags |
Creates COM, component, CORBA, Java, and web service objects |
|
Database manipulation tags |
Flushes the query cache |
|
Data output tags |
Displays the output of a database query or other operation |
|
Variable manipulation tags |
Defines a parameter and its default value |
|
Forms tags |
Manipulates existing PDF documents. |
|
Forms tags |
Creates and manipulates PDF forms. |
|
Forms tags |
Creates interactive fields on a PDF form. |
|
Forms tags |
Child tag of the |
|
Forms tags |
Creates subforms within a PDF form. |
|
Display management tags |
Creates a an area of the browser or layout area with an optional title bar and a body |
|
Communications tags, Internet protocol tags |
Gets and deletes messages from POP mail server |
|
Data output tags |
Creates a presentation dynamically from an HTML page or SWF files |
|
Data output tags |
Creates a slide dynamically from an HTML
page or SWF source files (child tag of the |
|
Data output tags |
Describes a presenter in a slide presentation |
|
Data output tags |
Prints PDF documents. Used for automated print jobs |
|
Data output tags |
Suppresses white space and other output |
|
Database manipulation tags |
Holds parameter information for stored procedure |
|
Database manipulation tags |
Result set name that ColdFusion tags use to access result set of a stored procedure |
|
Other tags |
Defines a progress bar to indicate the progress of an activity |
|
Extensibility tags |
Defines components |
|
Database manipulation tags |
Passes SQL statements to a database |
|
Database manipulation tags |
Checks data type of a query parameter |
|
Other tags, Variable manipulation tags |
Reads, writes, and deletes keys and values in a Windows system registry |
|
Exception handling tags |
Embeds a ColdFusion Report Builder or Crystal Reports report |
|
Exception handling tags |
Passes an input parameter to a ColdFusion Report Builder report |
|
Exception handling tags |
Rethrows currently active exception |
|
Extensibility tags |
Returns results from a component method |
|
Variable manipulation tags |
Saves generated content inside tag body in a variable |
|
Variable manipulation tags |
Schedules page execution; optionally, produces static pages |
|
Application framework tags |
Encloses a set of |
|
Extensibility tags |
Executes searches against data indexed in
Verity collections, using |
|
Forms tags |
Creates a drop-down list box form element;
used in |
|
Variable manipulation tags |
Defines a variable |
|
Other tags, Variable manipulation tags |
Defines and controls ColdFusion settings |
|
Extensibility tags |
Invokes a SharePoint action from ColdFusion |
|
Data output tags, Page processing tags |
Suppresses CFML output within tag scope |
|
Forms tags |
Creates slider control; used in |
|
Extensibility tags |
Manages Excel spreadsheet files |
|
Internet protocol tags |
Creates a spry data set |
|
Database manipulation tags |
Holds database connection information; identifies a stored procedure to execute |
|
Flow-control tags |
Evaluates passed expression; passes control
to matching |
|
Data output tags |
Builds a table in a ColdFusion page |
|
Forms tags |
Puts a multiline text box in a form |
|
Application framework tags |
Creates and manages ColdFusion threads, independent streams of execution. |
|
Exception handling tags, Flow-control tags |
Throws a developer-specified exception |
|
Debugging tags |
Displays execution time for a block of code |
|
Display management tags |
Specifies text to display when the mouse pointer hovers over the tag body elements |
|
Debugging tags |
Displays and logs application debugging data |
|
Database manipulation tags |
Groups |
|
Forms tags |
Creates tree control element; used in |
|
Forms tags |
Populates a tree control element in a form;
used with |
|
Exception handling tags, Flow-control tags |
Catches exceptions in ColdFusion pages |
|
Database manipulation tags |
Updates rows in a database data source |
|
Extensibility tags |
Serializes and deserializes CFML data structures to XML-based WDDX format |
|
Display management tags |
Creates a pop-up window in the browser |
|
Extensibility tags |
Creates an XML document object |
|
File management tags |
Manipulates ZIP and JAR files |
|
File management tags |
Manipulates ZIP and JAR files |