mx.containers
Class
FormHeading
class
FormHeading
extends mx.core.UIComponentThe FormHeading component defines the heading of a Form container. You can have multiple FormHeading components within a single Form container.
MXML Syntax
The <mx:FormHeading> container inherits all the properties of the Canvas class, and the following properties:
<mx:FormHeading
indicatorGap="15" label="No default."
labelWidth="Default value is dynamically calculated by inspecting
the label width of all children of the parent."
verticalGap="12"
/>
See Also
mx.containers.Form
mx.containers.FormItem
| label:String
[Read-Write]
Text to appear in the form heading. |
verticalGap |
Type: Number
Format: Length
CSS Inheritance: no
Number of pixels between children in the vertical direction. The default value is 16. |
labelWidth |
Type: Number
Format: Length
CSS Inheritance: yes
Width of the form labels. The default value is the length of the longest label in the form. |
indicatorGap |
Type: Number
Format: Length
CSS Inheritance: yes
Number of pixels between the label and child components. The default value is 15. |
label
label:String
[Read-Write]
Text to appear in the form heading.