0

我正在试用 KCCalendar 控件的 Flex 3.2 版本。在现场演示中:

http://www.flex-component.com/demo/kccalendar/

它显示了三个不同的主题,其中之一是 Outlook 主题。我只是想知道我是如何在 mxml 或动作脚本中设置这个主题的?

4

1 回答 1

1

您可以使用:

ThemeSwitcher.applyOutlookTheme(calendarComponent); //calendarComponent is the id of the calendar component.

改变主题。我通过阅读您发布的演示页面的源代码发现了这一点。您可以右键单击演示页面,然后选择查看源代码。

于 2012-08-05T23:58:58.563 回答