Thank you Thomas. (in a context of MVP / activities & places) Is it a better design decision to use one big general CSS for all my application or have one general CSS + smalls CSS for each views ?
On 30 mai, 06:39, Thomas Broyer <[email protected]> wrote: > Unless you add an "@external gwt-Label;" (or "@external gwt-*;") line in > your CssResource's CSS file, GWT will treat the gwt-Label class name just > like any other, and will obfuscate it, so you'll have to setStyleName or > addStyleName this obfuscated name (got back from the CssResource Java > interface you declared) on your Label. > > In other words, if you want to have a rule on the gwt-Label "unobfuscated" > class name, you have to mark it as "@external". -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
