Tag Archive for 'errorcolor'

22
May

Changing the background color of an error tip in Flex

The following example shows how you can change the background color of a Flex error tip by setting the borderColor style on the .errorTip CSS selector.

Full code after the jump.

Continue reading ‘Changing the background color of an error tip in Flex’

01
Sep

Customizing a Flex TextInput control’s error color

The following example shows how you can customize a Flex TextInput control’s error color and error string using the errorColor style and errorString property.

Full code after the jump.

Continue reading ‘Customizing a Flex TextInput control’s error color’