Hi, I tried to stye a row in a Celltable with .setRowStyles in which I add the class "SERVERROUNDTRIP"
I can find the new attached class in the generated html output. <tr onclick="" class="GL0PBETBED SERVERROUNDTRIP"> The Problem is, in the generated HTML file there is a <style> Element after the included CSS files which overroules my class with a selector for the class "GL0PBETBED" which is generated by GWT. Any ideas or am I totally an the wrong way? Thanks -- 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.
