The following example shows how you can set the check box fill colors on a Flex CheckBox control by setting the fillColors style.
Full code after the jump.
{ 0 comments }
Just a bunch of Adobe Flex Examples
From the category archives:
The following example shows how you can set the check box fill colors on a Flex CheckBox control by setting the fillColors style.
Full code after the jump.
{ 0 comments }
The following example shows how you can set the text and theme color on a Flex CheckBox control based on whether the control is selected or not.
Full code after the jump.
{ 0 comments }
The following example shows how you can set the text color on a disabled Flex CheckBox control by setting the disabledColor style.
Full code after the jump.
{ 0 comments }
The following example shows how you can enable sticky highlighting on a Flex CheckBox control by setting the stickyHighlighting property.
According to the documentation for the stickyHighlighting property:
If
false, the CheckBox displays its down skin when the user presses it but changes to its over skin when the user drags the mouse off of it. Iftrue, the CheckBox displays its down skin when the user presses it, and continues to display this skin when the user drags the mouse off of it.
Full code after the jump.
{ 0 comments }
The following example shows how you can display a series of CheckBox controls using the Flex Repeater with an Array data provider.
Full code after the jump.
{ 10 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 truncate the label on a CheckBox control in Flex by setting the width property.
Full code after the jump.
{ 0 comments }