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
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
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)
>
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
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