Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何更改日期字段中周末的颜色。例如,当用户单击 datefield 时,dateChooser 弹出窗口。我想在日期选择器中以红色显示周末(周六、周日)。我怎样才能做到这一点?我正在使用 flex 3.5。谢谢
<mx:DateField x="158" y="115" disabledColor="red"> <mx:disabledDays> <mx:Number>0</mx:Number> <mx:Number>6</mx:Number> </mx:disabledDays> </mx:DateField>
也许这可以帮助