I can't get it to work either... The headers show up nicely but the content stays empty. Does anyone have a pointer to a working example?
On Mar 3, 1:29 pm, Paul Stockley <[email protected]> wrote: > 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 withUIBinder. -- 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.
