thanks - that worked.
i think i good addition to the object-model would be something like
Table.getRows(), TR.getCells() - that sort of thing.
-----Original Message-----
From: Stephan Nagy [mailto:[EMAIL PROTECTED]]
Sent: Monday, July 23, 2001 11:52 AM
To: [EMAIL PROTECTED]
Subject: Re: getting all the elements in a table?
Andy Kriger wrote:
>i would like to retrieve a list of all the rows in a table. i tried
>using table.elements() but the enumeration does not return the rows in
>the same order as they were added (which doesn't help since the order
is
>important). is it possible to retrieve an array/list of TR elements in
a
>table in the order that they were added?
>
Try table.keys()
-stephan
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]