Tag Archive for 'selectedovericon'

16
Oct

Adding icons to a Flex Accordion control (redux)

In a previous example, “Adding icons to a Flex Accordion control”, we saw how you could add embedded icons to a Flex Accordion container by setting the icon style.

The following example shows how you can set a separate icon on an Accordion header when the header is selected by looping over each header using the getHeaderAt() method and setting the selectedUpIcon, selectedOverIcon, and selectedDownIcon styles.

Full code after the jump.

Continue reading ‘Adding icons to a Flex Accordion control (redux)’

29
Sep

Adding your own custom CheckBox control icons in Flex

The following example shows how you can override the default icon in the Adobe Flex CheckBox control and replace it with a custom embedded graphic.

Full code after the jump.

Continue reading ‘Adding your own custom CheckBox control icons in Flex’