User Guide

cfformitem 167
cfformitem
Description
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.
Category
Forms tags
Syntax
<cfformitem
type = "hrule, vrule, or spacer"
style = "style specification"
width = "pixels"
height = "pixels"
visible = "Yes" or "No"/>
or
<cfformitem
type= "html or text"
style = "style specification"
width = "pixels"
height = "pixels"
visible = "Yes" or "No"
enabled = "Yes" or "No"
tooltip = "Tip text"
bind = "bind expression">
...text
</cfformitem>
See also
cfapplet,
cfform, cfformgroup, cfgrid, cfinput, cfselect, cfslider, cftextarea,
cftree
, “Adding text, images, rules, and space with the cfformitem tag” in Chapter 29, “Adding
text, images, rules, and space with the cfformitem tag,” in ColdFusion MX Developer’s Guide
History
ColdFusion MX 7: Added tag
Attributes
The following table lists the attributes and their behavior in Flash forms. For XML format, 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.