开发者

How can I change the selected date text-color in a Datechooser?

I'm trying to change the selected date text-color.

<fx:Style>

.dateChooser{
            selection-color:#00000开发者_StackOverflow0;
        }

</fx:Style>`

I changed my selected date (FEB 23) selection-color to black, but I also need to change the text-color, let's say to white.

Any ideas?


You can checkout the colorful datechooser here .


This article talks specifically about the DateField control, but you can probably use it for the DateChooser as well.

http://blog.flexexamples.com/2007/12/19/customizing-the-current-date-in-the-flex-datefield-control/

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜