[Html-widget] formfu cat controller/helper documentation

Carl Franks fireartist at gmail.com
Mon Feb 12 13:49:34 GMT 2007


I intend to start posting updates about the formfu documentation, to
help people understand how to start using it.

The Cat controller is now documented. The pod can be viewed here:
http://catalyst-controller-html-formfu.googlecode.com/svn/trunk/lib/Catalyst/Controller/HTML/FormFu.pm

Because the default renderer uses TT to create the forms, you need a
copy of the modules template files in your application folder.
This can be automated with Catalyst::Helper::HTML::FormFu, which is
documented here:
http://catalyst-controller-html-formfu.googlecode.com/svn/trunk/lib/Catalyst/Helper/HTML/FormFu.pm
Or you can use a one liner:
  perl -MHTML::FormFu::Deploy=deploy -e 'deploy("formfu")'
Will create a directory 'formfu' containing the template files.

Carl



More information about the Html-widget mailing list