Friday, April 26, 2013

Re: Theme GWT, how does it works?

First you only need one theme, either Standard or Clean.

After you have compiled your app to Javascript, your war/WebContent folder should have a folder with the name of your GWT module and inside that folder there should be all the compiled JS files (<hash>.cache.html) and a folder called "gwt" which contains the theme images/css. Make sure you have copied all this to your web server.

Then use Firebug (for Firefox) or Chrome developer tools to check if css files are loaded correctly by checking the network requests. Fix any HTTP 404 errors.

-- J.

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

No comments:

Post a Comment