Tag Archive for 'prompt'

01
Jun

Setting a prompt on a ComboBox control in Flex

The following example shows how you can set a prompt on a Flex ComboBox control by setting the prompt property.

Full code after the jump.

Continue reading ‘Setting a prompt on a ComboBox control in Flex’

25
Sep

Creating a simple label function on a Flex ComboBox control

The following example shows how you can format the label in a ComboBox using a custom label function.

Full code after the jump.

Continue reading ‘Creating a simple label function on a Flex ComboBox control’