The following example shows how you can extend the Flex LinkButton control and add your own custom styles to a custom skin class.
Full code after the jump.
The following example shows how you can extend the Flex LinkButton control and add your own custom styles to a custom skin class.
Full code after the jump.
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 change the default calendar icon that appears in a DateField control in Flex by setting the skin style.
Full code after the jump.
Continue reading ‘Changing the default calendar icon in a Flex DateField control’