Tag Archive for 'keyboardevent'

16
Jul

Disabling keyboard navigation on the ComboBox control in Flex

The following example shows how you can disable keyboard navigation in a Flex ComboBox control by extending the ComboBox class and overriding the protected keyDownHandler() method.

Full code after the jump.

Continue reading ‘Disabling keyboard navigation on the ComboBox control in Flex’

23
Jun

Disabling keyboard navigation on the RadioButton control in Flex

The following example shows how you can disable keyboard navigation within a Flex RadioButton/RadioButtonGroup by extending the RadioButton class and overriding the protected keyDownHandler() method.

Full code after the jump.

Continue reading ‘Disabling keyboard navigation on the RadioButton control in Flex’