Hi John,

I've tried using the new table functionality but it will not work with
our code as the number of tbody elements is dynamic. Tables like this
appear all over our site.

Looking at the HTML spec for tables, it says:
"Table rows may be grouped into a table head, table foot, and one or
more table body sections".

This suggests that the use of multiple tbody elements is standard.

Would it not be better to be able to access the table as

table[tbody][row][column]

With a new keyword of something like multipleBody:'true'

This value would default to false and present table[row][column] in
the same way it does already.


On Feb 25, 3:48 pm, John <[email protected]> wrote:
> Yes, the RadioButton builder did not pass in the correct default type.
> I have fixed it and please
> check the jar file from,
>
> http://tellurium-users.googlegroups.com/web/tellurium-0.6.0.jar?gda=w...
>
> Thanks for pointing this bug out.
>
> Jian
>
> On Feb 25, 9:40 am, John <[email protected]> wrote:
>
>
>
> > You can try to use position to locate which tbody, for example,
>
> > Container(uid: "tables", clocator:[:]){
> >      Table(uid: "first", clocator: [id: "someId", tbody: [position:
> > "1"]]){
> >           ......
> >       }
> >      Table(uid: "second", clocator: [id: "someId", tbody: [position:
> > "2"]]){
> >           ......
> >       }
>
> >       ...
>
> > }
>
> > For the RadioButton, the default type is "radio" and you do not need
> > to specify. If
> > what you said is true, then it should be a bug, I will look into this.
>
> > Thanks,
>
> > Jian- Hide quoted text -
>
> - Show quoted text -
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to