ColdFusion Extended Form Controls

You’ve seen examples of two of ColdFusion’s extended form controls. But what other control types are supported? Table 15.1 lists the form controls along with their CFML syntax and usage notes (and notes those that support Ajax use, which will be described later in this chapter).

Table 15.1. Extended Forms Controls
ControlSyntaxNotes
Auto Suggest<cfinput type="text" autosuggest="">Supports simple and Ajax use.
Button<cfinput type="button">Functions just like HTML <input type="button">.
Check Box<cfinput type="checkbox">Functions just like HTML <input type="checkbox">.
Data Grid<cfgrid>Supports simple and Ajax use.
Date Field<cfinput type="datefield">Not supported in HTML.
Hidden<cfinput type="hidden">Functions just ...

Get Adobe ColdFusion 8 Web Application Construction Kit, Volume 1: Getting Started now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.