Re: tapestry5-jquery-2.6.0 change theme

2012-03-05 Thread resign
Thanks. -- public static void contributeApplicationDefaults(final MappedConfiguration configuration) { configuration.add(JQuerySymbolConstants.JQUERY_UI_DEFAULT_THEME, "context:themes/smoothy/css/custom-theme/jquery-ui-1.8.18.custom.css"); } was the ri

Re: tapestry5-jquery-2.6.0 change theme

2012-03-05 Thread Thiago H. de Paula Figueiredo
On Mon, 05 Mar 2012 08:23:15 -0300, resign wrote: Hi, sorry, but i have my problems to realize that :-( I inserted in the AppModule follow: @Contribute(SymbolProvider.class) @FactoryDefaults public static void contributeFactoryDefaults(MappedConfiguration configuration

Re: tapestry5-jquery-2.6.0 change theme

2012-03-05 Thread Emmanuel Demey
Set the value in a contributeApplicationDefaults method instead of contributeFactoryDefaults Demey Emmanuel Le 5 mars 2012 à 12:23, resign a écrit : > Hi, > > sorry, but i have my problems to realize that :-( > I inserted in the AppModule follow: > > > @Contribute(SymbolProvider.class) >

Re: tapestry5-jquery-2.6.0 change theme

2012-03-05 Thread resign
Hi, sorry, but i have my problems to realize that :-( I inserted in the AppModule follow: @Contribute(SymbolProvider.class) @FactoryDefaults public static void contributeFactoryDefaults(MappedConfiguration configuration) { configuration.add(JQuerySymbolConstan

Re: tapestry5-jquery-2.6.0 change theme

2012-03-01 Thread Emmanuel DEMEY
Hi you have to modify 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 Manu 2012/3/1 resign > Hi, > i use > tapestry5-jquery-2.6.0 with tapestry