Archive for December 18th, 2007

18
Dec

Changing the background color of the nested calendar in a Flex DateField control

The following example shows how you can change the background color and text color of the DateField control’s nested DateChooser component.

Full code after the jump.

Continue reading ‘Changing the background color of the nested calendar in a Flex DateField control’

18
Dec

Changing the current date’s background color 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’