Re: [html-formfu] combo box equivalent

2008-09-15 Thread Malcolm
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

Re: [html-formfu] combo box equivalent

2008-09-15 Thread Carl Franks
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Re: [html-formfu] combo box equivalent

2008-09-14 Thread Malcolm
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

Re: [html-formfu] combo box equivalent

2008-09-07 Thread Malcolm
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 >

Re: [html-formfu] combo box equivalent

2008-09-05 Thread Carl Franks
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

Re: [html-formfu] combo box equivalent

2008-08-31 Thread Malcolm
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

Re: [html-formfu] combo box equivalent

2008-08-26 Thread Carl Franks
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

Re: [html-formfu] combo box equivalent

2008-08-25 Thread Malcolm
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

Re: [html-formfu] combo box equivalent

2008-08-25 Thread Carl Franks
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