Archive for December 16th, 2007

16
Dec

Embedding fonts for the Flex DateField control

The following example shows how you can embed fonts for use with the DateField control in Flex. Note that we embed both the normal and bold font weights since by default the month and year are bold in the DateChooser sub-component.

Full code after the jump.

Continue reading ‘Embedding fonts for the Flex DateField control’

16
Dec

Changing the next and previous month navigation icons on a DateField control in Flex

The following example shows how you can change the next/previous month navigation icons on a Flex DateField control by setting the dateChooserStyleName style and setting various skin values.

Full code after the jump.

Continue reading ‘Changing the next and previous month navigation icons on a DateField control in Flex’

16
Dec

Changing the icon color on a DateField control in Flex

The following example shows how you can customize the icon color on the next/previous month/year buttons in a Flex DateField control by setting the iconColor style.

Full code after the jump.

Continue reading ‘Changing the icon color on a DateField control in Flex’