Archive for September 6th, 2008

06
Sep

Setting the horizontal gap between an icon and label on a LinkButton control in Flex

The following example shows how you can set the gap between the icon and label on a Flex LinkButton control by setting the horizontalGap style.

Full code after the jump.

Continue reading ‘Setting the horizontal gap between an icon and label on a LinkButton control in Flex’

06
Sep

Creating a toggleable LinkButton control in Flex

The following example shows how you can create a toggleable Flex LinkButton control by extending the mx.skins.halo.LinkButtonSkin and adding custom “selectedUpSkin”, “selectedOverSkin”, “selectedDownSkin”, and “selectedDisabledSkin” skin states.

Full code after the jump.

Continue reading ‘Creating a toggleable LinkButton control in Flex’