How to generate a table row twice over the same range of items
How to generate a table row twice over the same range of items
- Subject: How to generate a table row twice over the same range of items
- From: John Clayton <email@hidden>
- Date: Sat, 26 Mar 2005 14:13:37 -0500
Hi,
I can't seem to get myself out of this whole:
I am displaying a group of items in table rows in a table with five
columns. Each item takes two cells to display, in parallel rows, like
this:
table>
tr>
td> itemone.prop1 td>itemtwo.prop1 ...
tr>
td> itemone.prop2 td> imtemtwo.prop2
.
.
.
<table
The reason for this is so that each cell in the same row is tall as the
tallest item, which isn't know ahead of time.
I sure know how to use a WORepetition to repeat a row, but what about
backing up to the beginning of the same range and doing it again,
displaying different properties of each object?
If you understand what I'm trying to say and can help, Thanks!
—John
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden