Re: [html-formfu] Grouped options in Select or Radiogroup

2007-09-05 Thread Carl Franks
On 04/09/07, bits <[EMAIL PROTECTED]> wrote: > > Unfortunately, group seems to break the AutoSet constraint. The desired > behavior would be to have the AutoSet constraint pass for any of the group > members' values. I've fixed the AutoSet constraint in svn - revision 358. There'll probably be

Re: [html-formfu] Grouped options in Select or Radiogroup

2007-09-04 Thread Carl Franks
On 04/09/07, bits <[EMAIL PROTECTED]> wrote: > Unfortunately, group seems to break the AutoSet constraint. The desired > behavior would be to have the AutoSet constraint pass for any of the group > members' values. Yes - that should work. I'll take a look at it today. Carl _

RE: [html-formfu] Grouped options in Select or Radiogroup

2007-09-04 Thread bits
> > What's the YML syntax necessary to produce an option group in a Radiogroup > > or Select? > --- > elements: > - type: Select > name: month > options: > - label: "Q1" > group: > - [01, January] > - [02, February] > - [03, March] Tha

Re: [html-formfu] Grouped options in Select or Radiogroup

2007-09-04 Thread Carl Franks
On 03/09/07, bits <[EMAIL PROTECTED]> wrote: > What's the YML syntax necessary to produce an option group in a Radiogroup > or Select? > > For example, how would the following be written using a option groups > instead of the 00-valued items: > > --- > elements: > - type: Select > name:

[html-formfu] Grouped options in Select or Radiogroup

2007-09-03 Thread bits
What's the YML syntax necessary to produce an option group in a Radiogroup or Select? For example, how would the following be written using a option groups instead of the 00-valued items: --- elements: - type: Select name: month options: - [ 00, Q1 ] - [ 01,