Tag Archive for 'todaystylename'

22
Dec

Customizing the current date in a Flex DateField control

The following example shows how you can customize the current date in a DateField control in Flex by setting a custom skin behind the current date using the todayIndicatorSkin style, as well as setting the todayStyleName style to set various text formats, such as text color and font weight.

Full code after the jump.

Continue reading ‘Customizing the current date in a Flex DateField control’

21
Dec

Customizing the Flex DateChooser control

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’

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’