Re: in what situation GWT will generate the CSS class name in random?
does this will affect:
"@external .t-label" in ui.xml
On Nov 24, 5:09 pm, Thomas Broyer <t.bro...@gmail.com> wrote:
> CSS class name obfuscation only happen in CssResource; and a <ui:style> in
> a UiBinder template is a form of CssResource.
>
> So only case "1" in your list would use an obfuscated class name, because
> 'style' references (by default) a <ui:style>, i.e. a CssResource; {xx}
> would use the value of xx (any @UiField named 'xx' in your class, and/or
> anything with a field="xx" in your ui.xml), and setStyleName uses the
> argument give verbatim.
--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home