Sounds like something the ui binder and html panel can solve. 2010/5/31 Stefan Bachert <[email protected]>
> Hi, > > when you are trying to re-use existing css, you need to create exactly > the same structure. > This means: either a GWT-widget supports this structure, or you have > to build one of your own. > It seems that you are going the latter, but this is tedious. > > Stefan Bachert > http://gwtworld.de > > On 31 Mai, 12:53, Rizen <[email protected]> wrote: > > Hello everybody ! > > > > I'm trying to create a table using thead, tfoot and tbody. > > Moreover I have to reuse an existing CSS file. This one is using few > > table > > properties like thead, tbody, tfoot and others styles name. > > So I must create a personalized table thanks to the DOM tree. > > > > First of all, I tried to use the function DOM.createTable(). But my > > table is hugh and it's > > very long to coding step by step. > > Then I used the innerHTML method, faster but I don't think it's the > > best solution. > > > > Is the TableElement class better ? Cause I don't know how to create a > > tbody element in my HTML page with this. > > > > Thanks a lot. > > -- > 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]<google-web-toolkit%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-web-toolkit?hl=en. > > -- 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.
