*Sigh* - noooot working for me!! :8 How come this is just so easy to everybody else?! :D How do you guys manage to get a complicated ui.xml not only containing plain HTML tags together - maybe even without any help from a DTD? Well, maybe I should just wait until Google is more filled up with nice long examples :/
Btw, I managed to define a DecoratedTabPanel (see Sebastian's first reply)
in my template:
<gwt:DecoratedTabPanel>
<gwt:Tab>
<gwt:TabHTML>
Tab 1
</gwt:TabHTML>
<gwt:HTMLPanel>
Hello - welcom to tab 1 page :)
</gwt:HTMLPanel>
</gwt:Tab>
<gwt:Tab>
<gwt:TabHTML>
Tab 2
</gwt:TabHTML>
<gwt:HTMLPanel>
Hello - welcom to tab 2 page :)
</gwt:HTMLPanel>
</gwt:Tab>
</gwt:DecoratedTabPanel>
Cheers,
Stine not really a GWT fan :'/
-- 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.
