Does anybody have sample code for working with gwt Tables? I can figure out some basic stuff, but the rows in the table are really divs that have a one row table in them. It's difficult to work with the table to identify what all is in there, and which row each thing appears on.
Here is the source code for a row (sorry for the formatting): <DIV style="width: 1015px;" class="x-grid3-row "> <TABLE cellspacing="0" cellpadding="0" border="0" style="width: 1015px;" class="x-grid3-row-table"> <TBODY> <TR> <TD rowspan="2" tabindex="0" style="width: 18px;" class="x-grid3-col x- grid3-cell x-grid3-td-checker x-grid-cell-first "> <DIV rowspan="2" class="x-grid3-cell-inner x-grid3-col-checker"> <DIV class="x-grid3-row-checker"> </DIV> </DIV> </TD> <TD tabindex="0" style="width: 60px;" class="x-grid3-col x-grid3-cell x-grid3-td-instance/header/number "> <DIV class="x-grid3-cell-inner x-grid3-col-instance/header/ number">C10010</DIV> </TD> <TD tabindex="0" style="width: 78px;" class="x-grid3-col x-grid3-cell x-grid3-td-instance/header/category "> <DIV class="x-grid3-cell-inner x-grid3-col-instance/header/ category">Software</DIV> </TD> <TD tabindex="0" style="width: 57px;" class="x-grid3-col x-grid3-cell x-grid3-td-instance/header/priority.code "> <DIV class="x-grid3-cell-inner x-grid3-col-instance/header/ priority.code">2</DIV> </TD> <TD tabindex="0" style="width: 70px;" class="x-grid3-col x-grid3-cell x-grid3-td-instance/header/current.phase "> <DIV class="x-grid3-cell-inner x-grid3-col-instance/header/ current.phase">Change Logging</DIV> </TD> <TD tabindex="0" style="width: 95px;" class="x-grid3-col x-grid3-cell x-grid3-td-instance/middle/assets/assets "> <DIV class="x-grid3-cell-inner x-grid3-col-instance/middle/assets/ assets">adv-nam-server-mail</DIV> </TD> <TD tabindex="0" style="width: 69px;" class="x-grid3-col x-grid3-cell x-grid3-td-instance/header/planned.start "> <DIV class="x-grid3-cell-inner x-grid3-col-instance/header/ planned.start"/> </TD> <TD tabindex="0" style="width: 52px;" class="x-grid3-col x-grid3-cell x-grid3-td-instance/header/planned.end "> <DIV class="x-grid3-cell-inner x-grid3-col-instance/header/ planned.end"/> </TD> <TD tabindex="0" style="width: 498px;" class="x-grid3-col x-grid3-cell x-grid3-td-instance/header/brief.description x-grid3-cell-last "> <DIV class="x-grid3-cell-inner x-grid3-col-instance/header/ brief.description">Allow bigger mails to be sent</DIV> </TD> </TR> </TBODY> </TABLE> </DIV> Dave --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Watir General" group. To post to this group, send email to [email protected] Before posting, please read the following guidelines: http://wiki.openqa.org/display/WTR/Support To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/watir-general -~----------~----~----~----~------~----~------~--~---
