The following example shows how you can use the MX TitleWindow container’s close button for an MX Button control icon and skin by setting the skinClass
style.
Continue reading Setting a custom icon on the MX Button control in Flex
The following example shows how you can use the MX TitleWindow container’s close button for an MX Button control icon and skin by setting the skinClass
style.
Continue reading Setting a custom icon on the MX Button control in Flex
The following example shows how you can modify the default skins for the Flex Button control by setting the skin
, upSkin
, overSkin
, downSkin
, and disabledSkin
styles.
Full code after the jump.
Continue reading Changing the default skins on a Button control in Flex
The following example shows how you can skin the ButtonBar control in Flex by setting the buttonStyleName
style and setting one or more of the following skin styles: skin
, upSkin
, overSkin
, downSkin
, disabledSkin
.
Full code after the jump.
Continue reading Setting skins on the the Flex ButtonBar control
The following example shows how you can change the default calendar icon that appears in a DateField control in Flex by setting the skin
style.
Continue reading Changing the default calendar icon in a Flex DateField control