Tag Archive for 'selectedfillcolors'

26
Oct

Customizing the Accordion header in Flex 3

The following example shows how you can set some of the deprecated styles in the Accordion container (such as fillAlphas, fillColors, and selectedFillColors) by using the headerStyleName style.

Full code after the jump.

Continue reading ‘Customizing the Accordion header in Flex 3′

27
Aug

Highlighting the Accordion container’s currently selected header

The following example shows how you can set the Accordion container’s selectedFillColors style to highlight the currently selected header.

Full code after the jump.

Continue reading ‘Highlighting the Accordion container’s currently selected header’