In your example just do this:
<g:TabLayoutPanel barUnit="PX" barHeight="20">
<g:tab>
<g:>test</g:header>
<g:HTMLPanel>
<g:Label ui:field="question"></g:Label>
<g:Button ui:field="startButton"></g:Button>
</g:HTMLPanel>
</g:tab>
</g:TabLayoutPanel>
The first widget after the header should be some form of container. I
pretty much use HTMLPanel (or my own subclasses of) exclusively with
UIBinder.
--
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.