Monday, March 23, 2009

F is for Forms

Forms in Flex are supported through special container classes that assist in laying
out label and input elements. The form container classes are found in the mx.containers package.

A Form is made of the following components:
  • The outer Form container
  • One or more FormItem's, each can contain one or more input elements
  • Zero or more FormHeading's

Learn more about Flex Forms at Flex After Dark...