The following example shows how you can toggle the nested text field in a ColorPicker control’s swatch panel in Flex by setting the showTextField property.
Full code after the jump.
{ 0 comments }
Just a bunch of Adobe Flex Examples
From the monthly archives:
The following example shows how you can toggle the nested text field in a ColorPicker control’s swatch panel in Flex by setting the showTextField property.
Full code after the jump.
{ 0 comments }
The following example shows how you can change the style name for the Flex RichTextEditor control to the predefined “.opaquePanel” style, by setting the styleName property on the RichTextEditor.
Full code after the jump.
{ 0 comments }
The following example shows how you can customize the appearance of the ColorPicker control’s nested text field in Flex 3 by setting the textFieldStyleName style.
Full code after the jump.
{ 0 comments }
The following example shows how you can set the swatch grid background color on a Flex 3 ColorPicker control by setting the swatchGridBackgroundColor style. You can also see how you can set the horizontalGap, and verticalGap styles using CSS.
Full code after the jump.
{ 0 comments }