[html-formfu] HTML::FormFu::Inflator::DateTime

2008-07-31 Thread Will Hawes
The docs for HTML::FormFu::Inflator::DateTime have the following (slightly boiled down) example: - type: Text name: end_time inflators: - type: DateTime parser: regex: '^ (\d{2}) - (\d{2}) - (\d{4}) $' On my machine, with HTML::FormFu 0.30

[html-formfu] Re: HTML::FormFu::Element::Repeatable questions

2008-07-31 Thread Will Hawes
2008/7/29 Will Hawes <[EMAIL PROTECTED]>: > The Repeatable docs state "repeat is automatically called during > $form->process, to ensure the initial child elements are correctly > setup". > > So if you want more than one repetition, you have to call repeat() > after process(), otherwise process() r

Re: [html-formfu] new formfu.org domain

2008-07-31 Thread Will Hawes
2008/7/31 Carl Franks <[EMAIL PROTECTED]>: > If anyone has any ideas for the site - do let me know! Maybe a wiki? ___ HTML-FormFu mailing list HTML-FormFu@lists.scsys.co.uk http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/html-formfu

[html-formfu] new formfu.org domain

2008-07-31 Thread Carl Franks
I registered the domain formfu.org back in June, but have only now had the time to do anything with it. At the moment, the homepage is just a collection of links to already-existing resources. http://www.formfu.org/ I've moved the CSS Cat-app over - it lets you esasily test css against a form: htt

Re: [html-formfu] HTML-FormFu-DBIC

2008-07-31 Thread Carl Franks
2008/7/28 Marcus Ramberg <[EMAIL PROTECTED]>: > Hi. > > What's required to get the -DBIC collection of formfu integrations to CPAN? > I'm particularily dependent on HTML::FormFu::Element::DBIC::Select and > ::Constraint::DBIC::Unique. To be honest, I'd forgotten the trunk/HTML-FormFu-DBIC/ directo

Re: [html-formfu] output all possible errors in the form to provide javascript hooks (ajax)

2008-07-31 Thread Carl Franks
2008/7/28 Yann Kerherve <[EMAIL PROTECTED]>: > Hi, > > For some of my input fields, I'd like to setup an ajax "uniquifier" on the > onblur() event. That would be a nice way to warn the user preemptively that > a user name is taken for instance. > > My only problem is to give the error feedback to t