User Guide
160 Chapter 2: ColdFusion Tags
cfformgroup
Description
Creates a container control for multiple form controls. Used in the cfform tag body of
Macromedia Flash and XML forms. Ignored in HTML forms.
Category
Forms tags
Syntax
<cfformgroup
type = "group type"
label = "label"
style = "style specification"
selectedIndex = "page number">
width = "pixels"
height = "pixels"
enabled = "Yes" or "No"
visible = "Yes" or "No"
OnChange = "ActionScript expression"
toolTip = "Tip text"
...ColdFusion forms controls
</cfformgroup>
or
<cfformgroup
type = "repeater"
query = "query object"
startrow = "row number"
maxrows = "integer">
...ColdFusion forms controls
</cfformgroup>
See also
cfapplet,
cfcalendar, cfform, cfformitem, cfgrid, cfinput, cfselect, cfslider,
cftextarea, cftree
, “Using the cfformgroup tag to structure forms” in Chapter 29, “Creating
Forms in Macromedia Flash,” and “Using cfformgroup tags” in Chapter 30, “Creating Skinnable
XML Forms,” in ColdFusion MX Developer’s Guide.
History
ColdFusion MX 7: Added this tag.
Attributes
The following table lists the attributes and their behavior in Flash forms. For XML, if not
otherwise noted, the attribute is passed to the XML but is not interpreted by the basic XSL style
sheet provided with ColdFusion MX.