On Monday 15 September 2008 05:56:35 Carl Franks wrote:
> The only thing I can think of, is that you're calling options()
> directly on $combobox->elements->[0]
> rather than on the combobox - don't do this - you should consider the
> combobox a blackbox with regards its child elements.
I was pro
+---+
| Bugzilla Bug ID |
| +-+
| | Status: UNC=Unconfirmed NEW=New ASS=Assigned
On Monday 08 September 2008, Carl Franks wrote:
> > I wonder if it should (have the option to) throw an error if they are
> > different. So the form could go back to the user with a "which did you
> > mean?" I'm not sure if that makes sense from a useability perspective
> > though.
> Maybe it woul
On Friday 05 September 2008, Carl Franks wrote:
> I've added a new ComboBox element.
>
> You can build it just as you would a Select field, using options(),
> values() or value_range() - but under the hood it's really a Multi
> element, like the Date field.
>
> type: ComboBox
> name: foo
>
2008/8/31 Malcolm <[EMAIL PROTECTED]>:
> On Tuesday 26 August 2008, Carl Franks wrote:
>
>> >> > Is there a good way of doing a combo-box type element for a form? I've
>> >> > tried several variations, but so far I haven't found anything that
>> >> > doesn't end up requiring custom coding on the ha
On Tuesday 26 August 2008, Carl Franks wrote:
> >> > Is there a good way of doing a combo-box type element for a form? I've
> >> > tried several variations, but so far I haven't found anything that
> >> > doesn't end up requiring custom coding on the handler.
> >> >
> >> > This is the closest I've
2008/8/26 Malcolm <[EMAIL PROTECTED]>:
> On Monday 25 August 2008, Carl Franks wrote:
>
>> > I've been learning my way around FormFu (and Catalyst) recently and
>> > wishing they'd been available a few years ago - they make things so much
>> > easier. :-)
>> >
>> > Is there a good way of doing a co
On Monday 25 August 2008, Carl Franks wrote:
> > I've been learning my way around FormFu (and Catalyst) recently and
> > wishing they'd been available a few years ago - they make things so much
> > easier. :-)
> >
> > Is there a good way of doing a combo-box type element for a form? I've
> > tried
2008/8/24 Malcolm <[EMAIL PROTECTED]>:
>
> I've been learning my way around FormFu (and Catalyst) recently and
> wishing they'd been available a few years ago - they make things so much
> easier. :-)
>
> Is there a good way of doing a combo-box type element for a form? I've
> tried several variatio