Yep, I have already tried the @external and it does the trick, but I
was wondering if it
exists some kind of global '@external' annotation to tell UIBinder not
to obfuscate all classes. Or perhaps a global property to do that.


My fear is that the UIBinder has to keep this kind of obfuscation/
renaming rules to garantee the non collision in css class name.
But, why can't we imagine an option to not obfuscate css classes and
raise an error when a collision occured ?

On Apr 14, 10:32 pm, Jeff Chimene <jchim...@gmail.com> wrote:
> On 04/14/2010 01:27 PM, davidroe wrote:
>
> > there was a time when I was also looking for this and was unable to
> > find the answer. pls report back to the group if you come across the
> > solution.
>
> > thanks.
>
> Try using the @external annotation
>
> @external gwt-TextBox;
> .gwt-TextBox {
>         border-color: Black Black Gray;
>         border-style: solid double groove solid;
>         border-width: thin;
>         font-size: small;
>         padding: 0;
>
> }

-- 
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-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to