If no objections, I would like to use the following format for table body:
"{tbody : 1, row : 2, column : 3} as Search"
and
"{tbody : 1, row = 2, column = bad} as Search"
where the ":" defines a value and "=" is a reference to other id, for
instance, header column id, then
Tellurium will try to handle the case that the column keeps changing when a
user drags the column around.
On Thu, Feb 18, 2010 at 1:00 PM, Jian Fang <[email protected]> wrote:
> Hi,
>
> I start to work on the UID description language (UDL). One goal is to add
> name reference for UI elements in a List or Table.
>
> I could have the following formats, where assume Search is name that you
> could reference the element.
>
> "Search as tbody: 1, row:1, column:4"
> "Search as ( tbody: 1, row:1, column:4)"
> "Search as {tbody: 1, row:1, column:4}"
>
> or
>
> "tbody: 1, row:1, column:4 as Search"
> "(tbody: 1, row:1, column:4) as Search"
> "{tbody: 1, row:1, column:4}" as Search"
>
> Any preference or even better suggestions?
>
> Thanks,
>
> Jian
>
>
--
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.