Included is the patch I used to allow the admin to choose a jQuery UI theme from its directory. My file structure looks like this:
jquery_ui
jquery.ui
themes
base
vader
...
ui
minified
ui.core.min.js
ui.dialog.min.js
...
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | jquery_ui-theme-support-779844.patch | 1.79 KB | recrit |
| jquery_ui.theme_.patch | 1.16 KB | Robin Millette |
Comments
Comment #1
916Designs commentedI think this is huge and will be very helpful... for example got here trying to get the date module (date popup) working with jQuery UI as advertised. So I finally got it working (UI 1.7 issues), but all I get is the base theme which isn't very exciting.
Had to resort to hacking to get date to load a different css file aside from base theme.
If we can expose the selected theme to other modules to load the correct css and images, we'll really be styling.
Comment #2
recrit commentedupdating patch to latest 6.x-1.x-dev
changes:
Comment #3
sunThanks for taking the time to report this issue.
However, marking as duplicate of #834726: Allow to select jQuery UI theme. You can follow up on that issue to track its status instead. If any information from this issue is missing in the other issue, please make sure you provide it over there.
Comment #4
recrit commentedfor anyone stumbling upon this issue first,
#388384: Allow usage of jQuery UI themes from the themeroller handles the theme adding on demand instead of on every page load which is what 779844 and 834726 does.