In a newer GWT version there is a DTD which can be configured in IntelliJ. This is what I do currently. At least you get binding for the standard components. You could build your own DTD for custom components. But this is just an idea. I haven't tried it.
I don't think that you can use DecoratedTabPanel in a UI-file. It extends the TabPanel which canno't be included either. You can still add it programmatically but it could break layout. Use the TabLayoutPanel instead. You can find binding examples in the source code of every component. It is right at the top. Best Regards Sebastian Hennebrueder http://www.laliluna.de On Jan 19, 11:57 am, Stine Søndergaard <[email protected]> wrote: > I can see that there is a section named... > Use in UiBinder Templates > ... for some classes (eg. TabLayoutPanel)... but what about the rest? :} > > Please heeeeeeelp! > > Thanks a lot, > Stine
-- 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.
