• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Silly WOCheckbox Question
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Silly WOCheckbox Question


  • Subject: Re: Silly WOCheckbox Question
  • From: Ramsey Gurley <email@hidden>
  • Date: Tue, 06 Sep 2011 11:03:43 -0700

Hi Kevin,

Just thought I would add that you might want to look at the ERXToManyRelationship component. It not only will provide you with an example of an ERXCheckboxMatrix in use, but it might also be the component you want to use, as it can be set up to switch to different UI modes if your number of checkboxes becomes too large.

Ramsey


On Sep 6, 2011, at 10:43 AM, Chuck Hill wrote:

> Hi Kevin,
>
> It is primarily for formatting a list into rows and columns.  The basic bindings are like this:
>
> ERXCheckboxMatrix: ERXCheckboxMatrix {
>  list = pickListFromDataSource;
>  item = pickListItem;
>  selections = selections;
>  maxColumns = 4;
>  id = id;
>  itemID = itemID;
> }
>
>
> Chuck
>
>
> On 2011-09-06, at 10:34 AM, Kevin Hinkson wrote:
>
>> Hi all,
>>
>> I was looking to build a component where users can select "groups" they are in which are stored in the database.
>>
>> I starting using WOCheckBox in WORepetition, then (knowing how powerful Wonder is) I took a peek at ERXCheckboxMatrix.
>>
>> Can anyone briefly clarify what this component class does? There isn't much in the way of documentation and some of the binding names are non-obvious to my noob eye.
>>
>> Any help would be appreciated. Thanks.
>>
>> — K.R.H.
>>
>> _______________________________________________
>> 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
>
> --
> Chuck Hill             Senior Consultant / VP Development
>
> Practical WebObjects - for developers who want to increase their overall knowledge of WebObjects or who are trying to solve specific problems.
> http://www.global-village.net/products/practical_webobjects
>
>
>
>
>
>
>
> _______________________________________________
> 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

  • Follow-Ups:
    • Re: Silly WOCheckbox Question
      • From: Kevin Hinkson <email@hidden>
References: 
 >Silly WOCheckbox Question (From: Kevin Hinkson <email@hidden>)
 >Re: Silly WOCheckbox Question (From: Chuck Hill <email@hidden>)

  • Prev by Date: Re: Silly WOCheckbox Question
  • Next by Date: Re: Silly WOCheckbox Question
  • Previous by thread: Re: Silly WOCheckbox Question
  • Next by thread: Re: Silly WOCheckbox Question
  • Index(es):
    • Date
    • Thread