ASTRA TimeStepper
TimeStepper is a user interface component for Flex that allows the user to input a time value. This control include fields for hours, minutes, seconds, and AM/PM. Styling options allow the time to be presented in 12- or 24-hour formats. Up and down buttons allow the user to increase or decrease the currently selected field.
Examples: TimeStepper for Flex 3
|
Creating a TimeStepper in MXMLThis example demonstrates the minimum MXML required to create a TimeStepper. Source MXML | Output |
|
Creating a TimeStepper in ActionScriptThis example demonstrates the minimum ActionScript required to create a TimeStepper. Source MXML | Output |
|
Creating a Simple Appointment SchedulerThis example creates a simple scheduler that combines the TimeStepper with a DateChooser. Source MXML | Output |


