This section lists tags considered vendor-specific extensions. This list will be updated shortly with the list of vendors implementing each tag.
| Tag | Category | Description |
|---|---|---|
| cfadmin | All interactions with the server settings are done with this tag | |
| cfajaximport | Internet protocol tags | Controls importation of JavaScript files used for ColdFusion AJAX-based features |
| cfajaxproxy | Internet protocol tags | Generates an AJAX proxy class on the client page for a ColdFusion component |
| cfapplet | Forms tags | Embeds Java applets in a cfformtag |
| cfassert | Used to test that an expression evaluates to a pre-defined, specified result. | |
| cfbase | Creates an absolute URL that includes the Java web application's context path. | |
| cfcachecontent | ||
| cfcalendar | Forms tags | Provides a calendar from which to select a date |
| cfcaptcha | Creates and displays a CAPTCHA on a CFML page. | |
| cfchartdomainmarker | Data output tags | Adds a domain marker to the x-axis of a CFCHART. |
| cfchartimage | Data output tags | Adds a background image to a CFCHART. |
| cfchartlegend | Data output tags | Adds a legend to a CFCHART. |
| cfchartrangemarker | Data output tags | Adds a range marker to the y-axis of a CFCHART. |
| cfcharttitle | Data output tags | Add one or more titles to a CFCHART. |
| cfdebugger | Debugging tags | Writes line-by-line trace information to a log file. |
| cfdiv | Display management tags | Creates an HTML tag with that is populated using a bind expressions. |
| cfdumpsession | Debugging tags, Variable manipulation tags | |
| cfexchangecalendar | Communications tags | Gets, creates, deletes, modifies, or responds to Microsoft Exchange calendar events |
| cfexchangeconnection | Communications tags | Opens or closes a persistent connection with an Exchange server |
| cfexchangecontact | Communications tags | Gets, creates, deletes, or modifies Exchange contacts |
| cfexchangefilter | Communications tags | Sets filter conditions used in Exchange tag get operations |
| cfexchangemail | Communications tags | Gets and deletes Exchange mail messages and sets message properties |
| cfexchangetask | Communications tags | Gets, creates, deletes, or modifies an Exchange user task |
| cffeed | Communications tags, Internet protocol tags | Reads, creates, and converts, Atom and RSS syndication feeds |
| cfforward | Flow-control tags | Forwards to a page (according to cflocation, but without client browser interaction) |
| cfgrid | Forms tags | Displays tabular grid control, in cfform tag |
| cfgridcolumn | Forms tags | Used in cfform; defines columns in a cfgrid |
| cfgridrow | Forms tags | Defines a grid row; used with cfgrid |
| cfgridupdate | Forms tags | Directly updates ODBC data source from edited grid data |
| cfinterrupt | ||
| cfjavascript | Joins multiple Javascript files and optionally minimizes them. | |
| cfjoin | ||
| cflayout | Display management tags | Creates a region of its container with a specific layout behavior |
| cflayoutarea | Display management tags | Defines a display region within a cflayout tag body |
| cfmapping | Create application-specific or even page-specific mappings. | |
| cfmenu | Display management tags | Creates a top-level menu or a tool bar. |
| cfmenuitem | Display management tags | Defines an entry in a menu, including an item that is the head of a submenu. |
| cfmp3 | Used to extract the meta information from an MP3 file. | |
| cfmulticast | Faciliates the use of multicast communication. | |
| cfobjectcache | Database manipulation tags | Flushes the query cache |
| cfpause | Flow-control tags | Pauses the execution of a page for a specified number of seconds. |
| cfpdf | Forms tags | Manipulates existing PDF documents. |
| cfpdfform | Forms tags | Creates and manipulates PDF forms. |
| cfpdfformparam | Forms tags | Creates interactive fields on a PDF form. |
| cfpdfparam | Forms tags | Child tag of the cfpdf tag. Used only with the merge action to merge multiple pages or PDF documents into one file |
| cfpdfsubform | Forms tags | Creates subforms within a PDF form. |
| cfpod | Display management tags | Creates a an area of the browser or layout area with an optional title bar and a body |
| cfpresentation | Data output tags | Creates a presentation dynamically from an HTML page or SWF files |
| cfpresentationslide | Data output tags | Creates a slide dynamically from an HTML page or SWF source files (child tag of the cfpresentationtag) |
| cfpresenter | Data output tags | Describes a presenter in a slide presentation |
| cfprint | Data output tags | Prints PDF documents. Used for automated print jobs |
| cfregistry | Other tags, Variable manipulation tags | Reads, writes, and deletes keys and values in a Windows system registry |
| cfreport | Exception handling tags | Embeds a ColdFusion Report Builder or Crystal Reports report |
| cfreportparam | Exception handling tags | Passes an input parameter to a ColdFusion Report Builder report |
| cfsleep | Flow-control tags | Pauses the execution of the page for a given interval. |
| cfslider | Forms tags | Creates slider control; used in cfform |
| cfsmtp | Communications tags, Internet protocol tags | Allows a server to respond immediately to incoming mail without having to poll. |
| cfsprydataset | Internet protocol tags | Creates a spry data set |
| cfstopwatch | Debugging tags | Stops the time from starttag to endtag (- similar to cftimer) |
| cfstylesheet | ||
| cftextinput | ||
| cfthrottle | Tracks repeated requests and gives you the necessary tools to determine if a request should be throttled or not. | |
| cftooltip | Display management tags | Specifies text to display when the mouse pointer hovers over the tag body elements |
| cftree | Forms tags | Creates tree control element; used in cfform |
| cftreeitem | Forms tags | Populates a tree control element in a form; used with cftree |
| cfvideo | ||
| cfvideoplayer | ||
| cfvideoplayerparam | ||
| cfwhile | ||
| cfwindow | Display management tags | Creates a pop-up window in the browser |
| cfxmlrpc |