Opened 14 years ago
Closed 10 years ago
#4715 closed feature (wontfix)
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
Change History (4)
comment:1 Changed 13 years ago by
Component: | ui.core → [meta] ui.themeroller |
---|---|
Milestone: | TBD → 1.next |
comment:2 Changed 11 years ago by
Type: | enhancement → feature |
---|
comment:3 Changed 10 years ago by
Milestone: | 1.next → 1.10.0 |
---|
comment:4 Changed 10 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
We're no longer supporting ThemeSwitcher. Please use Dave Hoff's Super Theme Switcher.