Hi Jade, Even the html does not include a tbody as in your case, but the tbody will be added to to DOM at runtime. You can check that with DOM inspector or Firebug.
Thanks, Jian On Fri, Oct 15, 2010 at 9:30 AM, Jade <[email protected]> wrote: > Hi Tellurium Team, > > I see the following items in the tellurium-reference document but > there's no explanation as to what they mean. Do you mind posting the > meaning here and updating the documentation? > > group: true > ht: "tbody" // what if the table doesn't have a tbody, do we > specify ht: "tr" instead? > self: true > > Thank you, > > Jade > > -- > You received this message because you are subscribed to the Google Groups > "tellurium-users" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<tellurium-users%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/tellurium-users?hl=en. > > -- You received this message because you are subscribed to the Google Groups "tellurium-users" 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/tellurium-users?hl=en.
