Thursday, April 9, 2015

Re: How to dynamically load css style in GWT-based application

Hi !

The tool HexaCss for GWT answers exactly your needs (as i understand them).

With it you can produce several CSS files for the same GWT application (and still using them in a type-safe way, like with CssResource) and you can then change them dynamically without reloading the application.

Here is the link to the tool (open source on github)
http://www.lteconsulting.fr/hexacss/

I hope this helps you !

Thanks
Arnaud

Le mercredi 12 décembre 2007 10:22:59 UTC+1, yadong a écrit :
I am working on an web application in which the css style varies based
on different user, I am curious how to load css file dynamically.
Currently we use JSTL tag to access server side parameter to determine
which css file needs to be used.

--
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.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment