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.
{ 0 comments }
Just a bunch of Adobe Flex Examples
Posts tagged as:
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.
{ 0 comments }
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.
{ 7 comments }
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.
{ 0 comments }
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.
{ 0 comments }