Re: Using a WOTable
Re: Using a WOTable
- Subject: Re: Using a WOTable
- From: Robert Walker <email@hidden>
- Date: Tue, 4 May 2004 21:02:05 -0400
Greg,
WOTable is basically a WORepetition wrapping a table cell. At least
that's how you can think about it for connecting your bindings.
WOTable will repeat table cells until it reaches its max column count
then insert a second row and repeat cells again up to max column count.
Then it will insert a third row and so on...and so on...until it
finally runs out of items in its list binding.
You can fill the WOTable's content with anything you want. You can put
a WOString to display some text, or anything else you can access from
the WOTable's item binding.
That's it. Good luck...
On May 4, 2004, at 8:43 PM, Greg Hulands wrote:
Hi,
This may sound like a silly question, but how do I use a WOTable?
I cannot find any tutorials on wodev.com, etc. I do not know how it
works so this maybe my problem.
If I bind a list and an item to it, how does it know which columns to
display? Is there some sort of delegate that gets called to provide
this data?
Any help is greatly appreciated.
Regards,
Greg
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.
--
"There are 10 kinds of people in the world. Those who think binary and
those who don't."
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.