Hello! :)

I am in the early stages of developing my first GWT application... and
have decided to use UiBinder introduced with GWT 2.0. (Maybe that is a
wrong decision?! ;))

Does anyone know a place where I can find some more examples than the
ones given in the documentation? :} In the JavaDoc for TabLayoutPanel
I found this:

<g:TabLayoutPanel barUnit='PX' barHeight='3'>
  <g:tab>
    <g:header size='7'><b>HTML</b> header</g:header>
    <g:Label>able</g:Label>
  </g:tab>
  <g:tab>
    <g:customHeader size='7'>
      <g:Label>Custom header</g:Label>
    </g:customHeader>
    <g:Label>baker</g:Label>
  </g:tab>
 </g:TabLayoutPanel>

... am I the only one not finding those attributes like barHeight and
size completely self-explanatory?! :8

Also I am not completely sure if all my UI stuff shall go into a
single ui.xml file or if common practice is different? :}

Thanks a lot and cheers from Stine the Newbie :/
-- 
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.


Reply via email to