cfformgroup
161
Note:
Attributes that are not marked as supported in XML are not handled by the skins provided with
ColdFusion MX. They are, however, included in the generated XML
Attribute
Req/Opt;
Formats
Default Description
type
Required;
Flash and XML
XML:
Can be any XForms group type defined in the
XSLT. The XSL skins provided with ColdFusion MX
support the following types:
•
horizontal: align child tags horizontally within a form
and put this tag’s
label
attribute to the left of the
children.
•
vertical: align child tags vertically within a form and put
this tag’s
label
attribute to the left of the children.
•
fieldset: corresponds to the HTML
fieldset
tag, which
groups its children, typically by drawing a box around
them and replacing part of the top line with legend text.
To specify the legend, use the
label
attribute. To
specify the box dimensions, use the
style
attribute with
height
and
width
values. You must explicitly use
cfformgroup
type=
"
vertical
"
inside this formgroup to
align its child tags vertically.
Flash:
Must be one of the following:
•
repeater: dynamically creates an instance of the
cfformgroup
’s child tag or tags for each row of a query
object, without requiring ColdFusion to recompile the
Flash SWF file when the number of rows changes.
•
horizontal: aligns child tags horizontally within a form
and put this tag’s
label
attribute to the left of the
children. Use this tag to arrange individual controls
horizontally.
•
vertical: aligns child tags vertically within a form and
puts this tag’s
label
attribute to the left of the children.
Use this tag to arrange individual controls vertically.
•
hbox: aligns children horizontally. Use this type to
arrange groups of form controls horizontally. Do not
use this attribute to align individual controls
horizontally, because the child controls do not align
properly; use the horizontal type instead.
•
vbox: aligns children vertically. Use this type to arrange
groups of controls vertically. Do not use this attribute to
align individual controls vertically, as the child controls
will not align properly; use the vertical type instead.
Summary of Contents for COLFUSION MX 7 - INSTALLING AND USING COLDFUSION MX
Page 1: ...COLDFUSION MX7 CFML Reference...
Page 20: ...20 Chapter 1 Reserved Words and Variables...
Page 50: ...50 Chapter 2 ColdFusion Tags cfelse br Searching cfif cfloop cfif...
Page 101: ...cfdefaultcase 101 cfdefaultcase cfswitch cfoutput Your grade is grade cfoutput...
Page 115: ...cfdocumentsection 115 cfdocumentsection cfoutput cfdocument...
Page 411: ...cftable 411 cftable body html...
Page 515: ...Chr 515 maxlength 5 p input type Submit name input type RESET cfform...
Page 605: ...GetEncoding 605 WriteOutput The encoding is theEncoding cfscript cfif...
Page 629: ...GetProfileString 629 tr td input type Submit name Submit value Submit td td td tr table form...
Page 655: ...IIf 655 cfoutput IIf Hour Now GTE 12 DE It is afternoon or evening DE It is morning cfoutput b...
Page 664: ...664 Chapter 3 ColdFusion Functions cfelse h3 Conversion error h3 cfif...
Page 687: ...IsStruct 687 cfoutput cfquery cfif cfoutput hr Employee Add Complete cfoutput cfcase cfswitch...
Page 751: ...LSDateFormat 751 hr noshade cfoutput cfloop...
Page 861: ...StructFind 861 cfquery cfif cfoutput hr Employee Add Complete cfoutput cfcase cfswitch...
Page 903: ...Val 903 value Is the beginning numeric name form...
Page 932: ...932 Chapter 3 ColdFusion Functions...
Page 944: ...944 Chapter 4 ColdFusion MX Flash Form Style Reference...
Page 962: ...962 Chapter 5 Application CFC Reference...
Page 1054: ...1054 Chapter 6 ColdFusion MX Event Gateway Reference...