Tag Archive for 'datechooserstylename'

23
Dec

Removing the drop shadow from the DateField control in Flex

The following example shows how you can remove the default drop shadow from the nested DateChooser control in a Flex DateField control by setting the dropShadowEnabled style.

Full code after the jump.

Continue reading ‘Removing the drop shadow from the DateField 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 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’

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’