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
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
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
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
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
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