Developer Network Home  Help 

YDN Flash Developer Center Astra Flex Components AutoCompleteManager Examples
Flash Developer Center

ASTRA AutoCompleteManager

AutoCompleteManager manages a set of input controls, popping up suggestions when a user types into one of the fields. Instead of replacing TextInput fields with a specific AutoComplete control, you can simply point the manager to one or more TextInputs, and you'll get a slick pop-up or auto-fill interaction.

Examples: AutoCompleteManager for Flex 3

AutoCompleteManager Simple Example Screenshot

AutoCompleteManager Simple Example

This example demonstrates how to use AutoCompleteManager with a few input fields.

Source MXML | Output
AutoCompleteManager Form Example Screenshot

AutoCompleteManager Form Example

This example demonstrates how to use AutoCompleteManager with a form container.

Source MXML | Output
AutoCompleteManager Data Provider Example Screenshot

AutoCompleteManager Data Provider Example

This example shows how to use AutoCompleteManager with a custom data provider and filter function.

Source MXML | Output
AutoCompleteManager Advanced Example Screenshot

AutoCompleteManager Advanced Example

This example shows the advanced features of AutoCompleteManager.

Source MXML | Output