Thanks for that additional tip, that's a neat component. Here's what I did to substitute the theme smoothness.
1) obtain the relevant theme version (i.e. 1.8.19) http://code.google.com/p/jquery-ui/downloads/detail?name=jquery-ui-themes-1.8.19.zip&can=2&q= 2) create a themes directory under webapp 3) extract the desired theme from jquery-ui-themes-1.8.19.zip\jquery-ui-themes-1.8.19\themes\ into the above folder 4) add configuration to contributeApplicationDefaults method: configuration.add(JQuerySymbolConstants.JQUERY_UI_DEFAULT_THEME, "context:themes/smoothness/jquery-ui.css"); John ----- Original Message ----- From: Emmanuel DEMEY To: Tapestry users Sent: Tuesday, January 29, 2013 9:43 AM Subject: Re: tapestry jQuery theme you can have a look too the tapestry5-jquery-demo project : https://github.com/got5/tapestry5-jquery-demo. And in particular this commit : https://github.com/got5/tapestry5-jquery-demo/commit/3e516d87de82fe2910c61e19043f84004a055306and its ThemeSwitcher class. Manu 2013/1/29 John <j...@quivinco.com> > Hi, > > Yes I found this thread > http://tapestry.1045711.n5.nabble.com/tapestry5-jquery-2-6-0-change-theme-td5527692.html > > I don't understand how the Tapestry-jQuery5 site is able to swap themes > using a drop down combo box in the page? Any ideas? > > John > ----- Original Message ----- > From: Emmanuel DEMEY > To: Tapestry users > Sent: Monday, January 28, 2013 7:36 PM > Subject: Re: tapestry jQuery theme > > > You can override the JQuerySymbolConstants.JQUERY_UI_DEFAULT_THEME > constant > in your AppModule : > > https://github.com/got5/tapestry5-jquery/blob/master/src/main/java/org/got5/tapestry5/jquery/services/JQueryModule.java > > > 2013/1/28 John <j...@quivinco.com> > > > Hi, > > > > I'm using this tabs component > > http://tapestry5-jquery.com/components/docsjquerytabs of T5 jQuery. I > > don't like the default theme with the orange background, I want > Smoothness. > > As you will see on that page, it is possible to change the theme > > dymanically, somehow? > > > > John > > ----- Original Message ----- > > From: Steve Eynon > > To: Tapestry users > > Sent: Monday, January 28, 2013 7:59 AM > > Subject: Re: tapestry jQuery theme > > > > > > I'm assuming you know that, by default, T.3 doesn't use jQuery - so > > which library are you using to import jQuery. > > > > Could you be more specific with your question? > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > > For additional commands, e-mail: users-h...@tapestry.apache.org > > > > > > -- > Emmanuel DEMEY > Ingénieur Etude et Développement > ATOS Worldline > +33 (0)6 47 47 42 02 > demey.emman...@gmail.com > http://emmanueldemey.fr/ > > Twitter : @EmmanuelDemey > -- Emmanuel DEMEY Ingénieur Etude et Développement ATOS Worldline +33 (0)6 47 47 42 02 demey.emman...@gmail.com http://emmanueldemey.fr/ Twitter : @EmmanuelDemey