Tag Archive for 'headerstylename'

05
Jun

Aligning headers in a DateChooser control in Flex

The following example shows how you can align the month name and year in a Flex DateChooser control by setting the textAlign and headerStyleName styles.

Full code after the jump.

Continue reading ‘Aligning headers in a DateChooser control in Flex’

31
May

Using embedded fonts with the Accordion container in Flex

The following example shows you how you can use an embedded font with the Flex Accordion container by setting the headerStyleName style.

Full code after the jump.

Continue reading ‘Using embedded fonts with the Accordion container in Flex’

26
Dec

Setting font weight on a Flex DateChooser control

The following example shows how you can set the fontWeight style on a Flex DateChooser control to change whether each day in the calendar appears as normal or bold font.

Full code after the jump.

Continue reading ‘Setting font weight on a Flex DateChooser control’

21
Dec

Customizing the Flex DateChooser control

The following example shows how you can customize the DateChooser control in Flex by using an embedded font, customizing the header styles, week day names, week day name styles, and colors by setting various styles and properties.

Full code after the jump.

Continue reading ‘Customizing the Flex DateChooser control’

29
Oct

Indenting Flex Accordion header labels

A recent comment asked how you can indent the Accordion header text as setting the paddingLeft style wasn’t working as expected for them. Well, as it turns out, you need to set the paddingLeft style directly on the AccordionHeader style (Flex 2 and 3) or create a new style with paddingLeft style specified and use the headerStyleName style (Flex 3 only).

Full code after the jump.

Continue reading ‘Indenting Flex Accordion header labels’

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′