Skip to main content

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 jzaefferer comment:1

component: ui.core[meta] ui.themeroller
milestone: TBD1.next

Changed June 26, 2012 01:22AM UTC by scottgonzalez comment:2

type: enhancementfeature

Changed October 03, 2012 04:57PM UTC by scottgonzalez comment:3

milestone: 1.next1.10.0

Changed October 04, 2012 05:29PM UTC by scottgonzalez comment:4

resolution: → wontfix
status: newclosed

We're no longer supporting ThemeSwitcher. Please use Dave Hoff's Super Theme Switcher.