Tag Archive for 'skin'

08
Sep

Extending the LinkButton control in Flex

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.

Continue reading ‘Extending the LinkButton control in Flex’

20
Aug

Changing the default skins on a 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’

10
Jan

Setting skins on the the Flex ButtonBar control

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’

28
Dec

Changing the default calendar icon in a Flex DateField 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.

Full code after the jump.

Continue reading ‘Changing the default calendar icon in a Flex DateField control’