ASTRA IPv4AddressInput
TimeInput 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.
Examples: TimeInput for Flex 3
|
Creating a TimeInput in MXMLThis example demonstrates the minimum MXML required to create a TimeInput. Source MXML | Output |
|
Creating a TimeInput in ActionScriptThis example demonstrates the minimum ActionScript required to create a TimeInput. Source MXML | Output |
|
Creating a Count Down Clock with TimeInputThis example uses the TimeInput's ability to format time values to create a count down clock. Source MXML | Output |


