Want to see the best part? Css namespaces for free, courtesy of CssResource.
<ui:UiBinder xmlns:ui='urn:ui:com.google.gwt.uibinder'>
<ui:style>
.pretty {
color: red;
}
</ui:style>
<ui:style field='otherStyle'>
.pretty {
color: green;
}
</ui:style>
<div>
<div class='{style.pretty}'>I am red.</div>
<div class='{otherStyle.pretty}'>I am green.</div>
</div>
</ui:UiBinder>
On Fri, Sep 11, 2009 at 2:23 PM, Bruce Johnson <[email protected]> wrote:
> Another w00t!
> This is brilliant.
>
>
> On Thu, Sep 10, 2009 at 7:00 PM, Joel Webber <[email protected]> wrote:
>
>> W00t, thanks. Looking forward to using this.Thanks for doing this review,
>> Lex.
>>
>>
>> On Thu, Sep 10, 2009 at 4:36 PM, <[email protected]> wrote:
>>
>>>
>>> On 2009/09/10 19:54:05, Ray Ryan wrote:
>>>
>>>
>>> Committed r6114
>>>
>>> http://gwt-code-reviews.appspot.com/64812
>>>
>>>
>>>
>>
>>
>>
>
> >
>
--~--~---------~--~----~------------~-------~--~----~
http://groups.google.com/group/Google-Web-Toolkit-Contributors
-~----------~----~----~----~------~----~------~--~---