Re: How to make a CSS file as the default and only override some of the classes. (when in I18N)

2014-03-02 Thread Ed
Use Factory classes to create your css resources (clientbundle) and make 
different implementations for your factory, that are loaded through 
deferred binding, that depend on the used I18N.

The factory subclass: include/compose different css files.

This construction works like a charm, I use it a lot, for example: 
theming...

-- 
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+unsubscr...@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/groups/opt_out.


How to make a CSS file as the default and only override some of the classes. (when in I18N)

2014-03-01 Thread Mohammad Al Quraian
Hi,

I am using mult-locales app, and wanted to reuse the content of the English 
language instead of copying the whole and then doing the modifications. Is 
that possible or is there a good way to avoid code duplication?

Thank you.

-- 
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+unsubscr...@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/groups/opt_out.