| Issue 1169: | Add jQuery UI Theme Switcher to the demo page | |
| 1 person starred this issue and may be notified of changes. | Back to list |
Might be useful to add the dynamic theme switcher to the query ui theme demo page.
In the header add:
<link href="//ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/themes/ui-lightness/jquery-ui.css" rel="stylesheet" type="text/css"/>
...add the Switch placement code:
<div id="switcher"></div>
... and then add this to your JS
$('#switcher').themeswitcher();
That's it (other than you can add some positioning CSS for the switcher div)
Nov 6, 2011
#1
StlDoug
Jan 9, 2012
(No comment was entered for this change.)
Status:
Misc
Aug 14, 2013
(No comment was entered for this change.)
Status:
Accepted
Labels: -Type-Enhancement Type-Docs
Aug 21, 2015
Discussion for this issue has moved to the following URL: https://github.com/fullcalendar/fullcalendar/issues/1436 This is because Google Code is shutting down. Apologies if you are being pestered with these notifications. This is a one-time event. Happy coding, Adam
Status:
ExportedToGithub
|
|
| ► Sign in to add a comment |