| Issue 36: | Theme roller support | |
| 3 people starred this issue and may be notified of changes. | Back to list |
I would like theme roller support
Jun 28, 2009
i definitely want to do this, themeroller is really cool. i will probably wait til after 1.3, however. 1.3 will introduce week + day view, and will involve many more classes and styles, so it makes more sense to get this done first.
Status:
Accepted
Jun 29, 2009
(No comment was entered for this change.)
Labels:
-Type-Defect Type-Enhancement
Aug 30, 2009
you might be interested in taking a look at a preview of 1.3, which includes theme roller support: http://arshaw.com/media/fc13/ thanks for your patience.
Sep 21, 2009
1.3 has been release, it has themeroller support. please respond to this thread if you are having any troubles with it. thanks
Status:
Fixed
Dec 14, 2009
I am using v1.4.2 and am not seeing the standard jQ UI classes showing up in the outputted calendar. There are a bunch of classes which are similar, except the prefix to the class is "fc-" rather than "ui-". Is there something I am missing? Or are you no longer directly supporting the standard UI classing for support with UI Themes (themeroller)? Thanks, Jim
Dec 14, 2009
Nevermind previous comment--I found the theme option in "Colors & Theming". I had been looking under basic options.
Aug 13, 2013
(No comment was entered for this change.)
Status:
Implemented
Aug 13, 2013
(No comment was entered for this change.)
Status:
Released
|
|
| ► Sign in to add a comment |
For now you can add style yourself $(element + ' .full-calendar-buttons .today').addClass('ui-fullcalendar-button ui-button ui-state-default ui-corner-all'); $(element + ' .full-calendar-buttons .prev-month').addClass('ui-fullcalendar-button ui-button ui-state-default ui-corner-left'); $(element + ' .full-calendar-buttons .next-month').addClass('ui-fullcalendar-button ui-button ui-state-default ui-corner-right'); $(element + ' .full-calendar-month-wrap').addClass('ui-corner-bottom');