1Catalyst::Helper::HTML:U:sFeorrmCFoun(t3r)ibuted Perl DoCcautmaelnytsatt:i:oHnelper::HTML::FormFu(3)
2
3
4

NAME

6       Catalyst::Helper::HTML::FormFu - Helper to deploy HTML::FormFu template
7       files.
8

SYNOPSIS

10           script/myapp_create.pl HTML::FormFu
11

DESCRIPTION

13       As of version 0.02000, HTML::FormFu doesn't use the TT template files
14       by default - it uses in internal rendering engine.
15
16       If you don't want to customise the generated markup, you don't need to
17       use Catalyst::Helper::HTML::FormFu at all.
18
19       If you want to customise the generated markup, you'll need a local copy
20       of the template files. To create the files in the default "root/formfu"
21       directory, run:
22
23           script/myapp_create.pl HTML::FormFu
24
25       To create the files in a different subdirectory of "root", pass the
26       path as an argument. The following example would create the template
27       files into the directory "root/forms".
28
29           script/myapp_create.pl HTML::FormFu forms
30
31       You'll  also need to tell HTML::FormFu to use the TT renderer, this can
32       be achieved with Catalyst::Controller::HTML::FormFu, with the following
33       Catalyst application YAML config:
34
35           ---
36           'Controller::HTML::FormFu':
37             constructor:
38               render_method: tt
39

SUPPORT

41       IRC:
42
43           Join #catalyst on irc.perl.org.
44
45       Mailing Lists:
46
47           http://lists.rawmode.org/cgi-bin/mailman/listinfo/html-widget
48

SEE ALSO

50       HTML::FormFu, Catalyst::Helper
51

AUTHOR

53       Carl Franks, "cfranks@cpan.org"
54

LICENSE

56       This library is free software . You can redistribute it and/or modify
57       it under the same terms as perl itself.
58
59
60
61perl v5.12.0                      2009-04-15 Catalyst::Helper::HTML::FormFu(3)
Impressum