Tag Archive for 'showtoday'

30
Mar

Toggling the current date highlighting on a DateChooser control in Flex

The following example shows how you can disable the highlighting on the current date in a Flex DateChooser control by setting the showToday property.

Full code after the jump.

Continue reading ‘Toggling the current date highlighting on a DateChooser control in Flex’

19
Dec

Customizing the current date in the Flex DateField 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’

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’