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.
{ 0 comments }
Just a bunch of Adobe Flex Examples
Posts tagged as:
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.
{ 0 comments }
The following example shows how you can set an error string on a Flex CheckBox control by setting the errorString property.
Full code after the jump.
{ 5 comments }
The following example shows how you can display an error string on the Flex Image control when an image is unable to be loaded.
Full code after the jump.
{ 0 comments }
The following example shows how you can use an embedded font with an error tool tip in Flex.
Full code after the jump.
{ 0 comments }
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.
{ 9 comments }