ASTRA DropdownColorPicker
DropDownColorPicker is a user interface component for Flex that allows the user to pick a color value. Similar to the standard Flex ColorPicker control, the DropDownColorPicker also gives the developer the ability to completely change the dropdown control to give the user a variety of color views.
Accessibility
DropdownColorPicker attempts to voice the numerical values of its internal list.
Role: ROLE_SYSTEM_COMBOBOX
Enabling Accessibility
To enable accessibility in your Flex application, set the -accessible compiler option to true. If you are using Flex Builder, open the Project's Properties dialog and set it from there.
For additional topics, please read Using DropdownColorPicker, or take a look at the Examples section for functional demonstrations. The ActionScript 3.0 Class Reference contains full details on every property, method, and style available to the DropdownColorPicker component.
Sample Accessible Application
Below is an embedded application built to showcase accessibility. To experience this application properly, you must have a screen reader installed and be familiar with how to use it. Accessibility was developed with JAWS for Windows as the primary screen reader. Installing the JAWS Flex Scripts is highly recommended to obtain the most reliable results.