This question about Using an extension: Answered
Install JQuery Themes in the JQueryPlugin
I'm trying to figure out how to install additional themes into the
JQueryPlugin. Is there any adtional information other than what is provided at the JQTHEME macro explanation on the
JQueryPlugin page?
I finally figured this out.
- Download a theme from Themeroller.
- From the downloaded zip copy the folder in development-bundle/themes/<themename> to pub/System/JQueryPlugin/themes/
- Rename the the file pub/System/JQueryPlugin/themes/<themename>/jquery-ui-<version>.custom.css to jquery-ui.css.
You can now use JQTHEME to switch to the new theme.
**NOTE: Use JQTHEME before JQREQUIRE{"UI"} or the themes won't switch.**
Leaving in asked state incase there is additional infromation from others.
jQuery UI themes are deprecated. Customizing the look and feel will be made available using
css variables.
--
MichaelDaum - 21 May 2024