No, your table definition should be able to locate the table. Your
definition works only if your
table class "result" is unique. Otherwise, you need to add elements in the
table to help you
to locate the table using group locating.

If the column name an attribute of the table column? If so, try to use
getParentAttribute to get this
attribute. For example,

getParentAttribute("usersresulttable[1][1]", "name")
getParentAttribute("usersresulttable[1][2]", "name")

and so on.


On Tue, Nov 17, 2009 at 5:26 AM, khush <[email protected]> wrote:

>
> I also want to know how will i define the UI for such table?
>
> A table from which i just want to get all the col names.
>
> Will a definition like :
>
>  ui.Table(uid: "usersresulttable", clocator: [tag: "table", class:
> "results"], group: "true") {
>
>    }
>
> will work? or anything other i have to add in this?
>
> Thanks.
>
>
> On Nov 17, 2:02 pm, khush <[email protected]> wrote:
> > Hi All,
> >
> > Is it possible to get the name of all the cols of a table?
> >
> > -Khush.
> --~--~---------~--~----~------------~-------~--~----~
> 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=.


Reply via email to