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’
In an earlier example, “Changing the current date’s background color in the Flex DateField control”, we saw how you can customize the background color of the current date, assuming that the showToday property is true. In the following example, we see how you can change the font color, style, and weight of the current date by setting the todayStyleName style in the Flex DateField control’s nested DateChooser control.
Full code after the jump.
Continue reading ‘Customizing the current date in the Flex DateField control’
The following example shows how you can set the background color for the current date in the DateField control in Flex by setting the todayColor style.
If you want to disable the highlighting of the current date, you can set the showToday property to false.
Full code after the jump.
Continue reading ‘Changing the current date’s background color in the Flex DateField control’