On 30/05/2010, at 1:37 AM, Theodore Petrosky wrote: > Before I start hacking to figure this out... does anyone have an example of > this: > > ERXRadioButtonMatrix
Here's an example: <wo:ERXRadioButtonMatrix list="$allMessages" item="$messageIter" selection="$message"> <wo:string value="$messageIter" /> </wo:ERXRadioButtonMatrix> In this case, I'm providing a list of Strings for selection. allMessages() returns an NSArray<String>, 'messageIter' and 'message' are both String ivars. It's much like a WOPopUpButton, except instead of binding 'displayString', just put the display string as the content of the element. -- Paul. http://logicsquad.net/
_______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [email protected]
