Search and Top Navigation
#4715 closed feature (wontfix)
Opened July 24, 2009 03:31PM UTC
Closed October 04, 2012 05:29PM UTC
Themeswitcher: Selecting themes to allow
Reported by: | pwnedd | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.10.0 |
Component: | [meta] ui.themeroller | Version: | 1.7.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
It would be useful to provide a mechanism to specify a subset of jQuery UI theme to load/not load.
Furthermore, perhaps the user could also associate event-handlers, or CSS properties to with each theme? e.g.
$('#switcher').themeswitcher(
themes: [
{
theme: "UI lightness",
onLoad: function () {
$("body").css("background-color", "#FFF");
}
},
{
theme: "UI darkness",
onLoad: function () {
$("body").css("background-color", "#000");
}
},
{theme: "Start"},
{theme: "Flick"}
]
);
Keith
Attachments (0)
Change History (4)
Changed November 16, 2009 09:43AM UTC by comment:1
component: | ui.core → [meta] ui.themeroller |
---|---|
milestone: | TBD → 1.next |
Changed June 26, 2012 01:22AM UTC by comment:2
type: | enhancement → feature |
---|
Changed October 03, 2012 04:57PM UTC by comment:3
milestone: | 1.next → 1.10.0 |
---|
Changed October 04, 2012 05:29PM UTC by comment:4
resolution: | → wontfix |
---|---|
status: | new → closed |
We're no longer supporting ThemeSwitcher. Please use Dave Hoff's Super Theme Switcher.