Re: [html-formfu] Specify values for DateTime

2010-11-26 Thread Carl Franks
On 25 November 2010 08:01, Rasmus Skaarup wrote: > On 23/11/2010, at 16.23, Carl Franks wrote: > >> On 23 November 2010 11:33, Rasmus Skaarup wrote: >>> >>> How can I specify which minutes I want available in a DateTime element? I >>> only want every fifth minute shown in the drop-down menu. >>

Re: [html-formfu] Specify values for DateTime

2010-11-26 Thread Carl Franks
On 23 November 2010 16:50, Roger Horne wrote: > On Tuesday 23 November 2010 15:23:32 Carl Franks wrote: >> On 23 November 2010 11:33, Rasmus Skaarup wrote: >> > How can I specify which minutes I want available in a >> > DateTime element? I only want every fifth minute shown in >> > the drop-down

Re: [html-formfu] HTML-FormFu trunk fails to pass "make test" with Recent Moose due to MooseX::ChainedAccessors

2010-11-26 Thread Carl Franks
On 25 November 2010 22:25, Charlie Garrison wrote: > Good morning, > > On 8/11/10 at 9:58 AM -0500, Adam Prime wrote: > >> I can confirm that I have that problem too, when I was trying to get >> things installed to submit the patch I sent last week I had all sorts of >> explosions from ChainedAcc

Re: [html-formfu] Submit but stay

2010-11-26 Thread Rasmus Skaarup
On 25/11/2010, at 09.18, Yuval Kogman wrote: > On 25 November 2010 10:06, Rasmus Skaarup wrote: > > Is is possible to submit a form, but stay on the page without reloading it? > > You can use jquery's ajax forms plugin to do this very easily: > > http://jquery.malsup.com/form/ Thanks - work