On Thu, 12 Feb 2009 08:29:37 -0600 (CST), Kevin Monceaux <[email protected]> wrote: > > would be really nice. I tried unsuccessfully to hack > Catalyst::Controller::HTML::FormFu to use HTML::FormFu::ExtJS. It doesn't > seem to be quite as simple as replacing HTML::FormFu->new with > HTML::FormFu::ExtJS->new. > >
Have a look at http://html-formfu.googlecode.com/svn/trunk/Catalyst-Controller-HTML-FormFu-ExtJS/. There are no tests yet but t/01basic-form.t already passes :-) (don't run make test, most of them will fail, they are just copied from C::C::HTML::FormFu) I'd be glad if you try this out. Moritz _______________________________________________ List: [email protected] Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/[email protected]/ Dev site: http://dev.catalyst.perl.org/
