| name | description |
| cfapplet | This tag references a registered custom Java applet. To register a Java applet, in the ColdFusion Administrator, select Extensions > Java Applets. |
| cfcalendar | Puts an interactive Flash format calendar in an HTML or Flash form. Not supported in XML format forms. The calendar lets a user select a date for submission as a form variable. |
| cfcookie | Defines web browser cookie variables, including expiration and security options. |
| cffileupload | Displays a dialog for uploading multiple files from the user's system. |
| cfform | Builds a form with CFML custom control tags; these provide more functionality than standard HTML form input elements. You can include the resulting form on the client page as HTML or Adobe Flash content, and generate the form by using XML and XSLT. |
| cfformgroup | Creates a container control for multiple form controls. Used in the cfform tag body of Adobe Flash and XML forms. Ignored in HTML forms. |
| cfformitem | Inserts a horizontal line, a vertical line, a spacer, or text in a Flash form. Used in the cfform or cfformgroup tag body for Flash and XML forms. Ignored in HTML forms. |
| cfgrid | Used in the cfform tag. Puts a grid control (a table of data) in a ColdFusion form. To specify grid columns and row data, use the cfgridcolumn and cfgridrow tags, or use the query attribute, with or without cfgridcolumn tags. |
| cfgridcolumn | Used with the cfgrid tag in a cfform. Formats a column and optionally populates the column from a query. The font and alignment attributes used in cfgridcolumn override global font or alignment settings defined in cfgrid. |
| cfgridrow | Lets you define a cfgrid control that does not use a query as source for row data. If a query attribute is specified in the cfgrid tag, the cfgridrow tags are ignored. |
| cfgridupdate | Used with a cfgrid tag. Updates data sources directly from edited grid data. This tag provides a direct interface with your data source. |
| cfinput | Used within the cfform tag, to place input controls that support input validation on a form. |
| cfpdfform | Manipulates existing forms created in Adobe® Acrobat® and Adobe® LiveCycle® Designer. The following list describes some of the tasks you can perform with the cfpdfform tag: |
| cfpdfformparam | Provides additional information to the cfpdfform tag. |
| cfpdfparam | Provides additional information for the cfpdf tag. The cfpdfparam tag applies only to the merge action of the cfpdf tag and is always a child tag of the cfpdf tag. |
| cfpdfsubform | Populates a subform within the cfpdfform tag. |
| cfselect | Constructs a drop-down list box form control. Used in a cfform tag. You can populate the list from a query, or by using the HTML option tag. |
| cfslider | Places a slider control, for selecting a numeric value from a range, in a ColdFusion form. The slider moves over the slider groove. As the user moves the slider, the current value displays. Used within a cfform tag for forms in HTML and applet format. Not supported with Flash forms. |
| cftextarea | Puts a multiline text entry box in a cfform tag and controls its display characteristics. Optionally, displays a rich text editor with configurable controls for formatting HTML text. |
| cftree | Inserts a tree control in a form. Validates user selections. Used within a cfform tag block. Use a ColdFusion query to supply data to the tree. |
| cftreeitem | Populates a form tree control, created with the cftree tag, with one or more elements. |