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.
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.
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’