Re: Dynamically adding columns to tables with WORepetition
Re: Dynamically adding columns to tables with WORepetition
- Subject: Re: Dynamically adding columns to tables with WORepetition
- From: Kieran Kelleher <email@hidden>
- Date: Thu, 2 Jul 2009 15:43:21 -0400
Try using a WOTable component and calculate the maxColumns binding
from the number of items. You may also have to transpose the matrix of
elements since WOTable renders row by row.
On Jul 2, 2009, at 1:48 PM, Jeff Dunnett wrote:
Hello,
I am trying to puzzle out how to do something and am hoping that the
members of this list can help.
I have a list of keywords (with check boxes beside them) that I want
to display in columns on a screen. That list of key words can be
anywhere from 5 - 45 words. I would like there to be no more then
10 words in a column. Once there are ten words in a column then I
would like to add a new column beside the first and add new columns
(of 10 keywords) until all of the keywords are displayed on the
screen.
I have an idea that his could be done by creating a table then using
WORepetitions and conditionals to control the display of columns.
The thing is I am not sure if this is really possible. Can anyone
suggested a better approach or whether they think I'm on the right
track?
Regards,
Jeff
_______________________________________________
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
_______________________________________________
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