Whatever message this page gives is out now! Go check it out!
Tag/attribute | Description |
Container tags | |
cfdiv | An HTML div region that can be dynamically populated by a bind expression. Forms in this region submit asynchronously. |
cflayout | A horizontal or vertical box, a tabbed region, or a set of bordered regions that can include a top, bottom, left, right, and center regions. |
cflayoutarea | An individual region within a cflayout area, such as the display that appears in a tabbed layout when the user select a tab. Forms in this region submit asynchronously. |
cfpod | An area of the browser window with an optional title bar and a body that contains display elements. Forms in this region submit asynchronously. |
cfwindow | A pop-up window within the browser. You can also use the ColdFusion.Window.createWindow function to create a pop-up window. Forms in this region submit asynchronously. |
File management tags | |
cffileupload | A dialog for uploading multiple files from the user's system. |
Forms tags | |
cfgrid format="html" | A dynamic, editable, sortable, data grid. |
cfinput type="datefield" | An input control that users can fill by selecting a date from a pop-up calendar. |
cftextarea richtext="yes" | A text area with a set of controls that let users format the displayed text. |
cftree format="html" | A dynamic tree-format representation of data. |
cfslider | A slider control, for selecting a numeric value from a range, in a ColdFusion form. |
Menu tags | |
cfmenu | A menu bar or the root of a drop-down menu. |
cfmenuitem | An individual item in a menu, or the root of a submenu. |
User assistance tags and attributes | |
cfinput type="text" autosuggest="bind}}{{expression" | A drop-down autofill suggestion box. As the user types, a list appears with completion suggestions based on the text the user has typed. |
cftooltip tag, and the tooltip attribute on cfinput, cfselect, cftextarea controls | A textual description of a control or region that appears when the user hovers the mouse over the control or region. |
Other tags | |
cfprogressbar | A progress bar to indicate the progress of an activity such as a file download. |
cfmap | A geographical map within a ColdFusion web page. |
cfmediaplayer | An inbuild media player. |
cfmessagebox | A control for displaying pop-up messages. |