Follow Flex After Dark on Twitter

Date Controls (DateField and DateChooser)

The DateField (mx.controls.DateField) control that shows a date in a text field with a calendar icon on its right side. Clikcing the calendar icon opens a DateChooser control, allowing the user to select a date.

The DateChooser (mx.controls.DateChooser) control allows a user to select a date, a range of dates, or multiple dates from a calendar-like display.

TODO... embed example (DateControls1)

   <mx:DateField />
   <mx:DateChooser />

Commonly used properties:

  • selectedDate:Date - date selected by the control

Commonly used events:

  • change - dispatched when a date is selected or changed

TODO... examples, examples...

Related Links:

Related Docs
  • Flex Common Controls Overview of common Flex controls, including: Button, ComboBox, List, and TextArea.
Recent Docs
  • Flex Date Controls Flex Date Controls allow users to select dates and date ranges with DateField and DateChooser.
  • Flex Text Controls Flex Text Controls allow the display and input of simple and rich HTML text.
  • Flex List Controls Flex List controls refer to a special group of controls that display collections of items, usually from a data provider.
  • Flex Release Builds Flex Release Builds
  • Flex HTML Template Flex projects in Flex Builder make use of an HTML Template file for launching.
Random Docs