BIG THANKS! It is really cruicial to know this, since every non-
trivial GWT widget is using these hard-to-reach CSS classes.
By the way, specifically for the DialogBox it is goot to keep the
HTMLPanel tags in the UIBinder. So instead of this:
<g:DialogBox ui:field='myDialogBox'
addStyleNames='{local.whateverNameYouWant}'/>
It should be this:
<g:HTMLPanel>
<g:DialogBox ui:field='myDialogBox'
addStyleNames='{local.whateverNameYouWant}'/>
</g:HTMLPanel>
Otherwise when trying to display the DialogBox, there are problems
with HasWidgets interface and with calculating the popup position.
When I add a UiBinder in Eclipse, it always suggests the <g:HTMLPanel>
tags and I guess in general it may be good to keep them.
On Jun 3, 3:18 am, Tristan <
tristan.slomin...@gmail.com> wrote:
> had the same problem...
>
> someone showed me how to use UiBinder to solve it
>
>
http://groups.google.com/group/google-web-toolkit/browse_thread/threa...
> > Thanks- Hide quoted text -
>
> - Show quoted text -