1Catalyst::Helper::HTML:U:sFeorrmCFoun(t3r)ibuted Perl DoCcautmaelnytsatt:i:oHnelper::HTML::FormFu(3)
2
3
4
6 Catalyst::Helper::HTML::FormFu
7
9 version 2.04
10
12 script/myapp_create.pl HTML::FormFu
13
15 As of version 0.02000, HTML::FormFu doesn't use the TT template files
16 by default - it uses in internal rendering engine.
17
18 If you don't want to customise the generated markup, you don't need to
19 use Catalyst::Helper::HTML::FormFu at all.
20
21 If you want to customise the generated markup, you'll need a local copy
22 of the template files. To create the files in the default "root/formfu"
23 directory, run:
24
25 script/myapp_create.pl HTML::FormFu
26
27 To create the files in a different subdirectory of "root", pass the
28 path as an argument. The following example would create the template
29 files into the directory "root/forms".
30
31 script/myapp_create.pl HTML::FormFu forms
32
33 You'll also need to tell HTML::FormFu to use the TT renderer, this can
34 be achieved with Catalyst::Controller::HTML::FormFu, with the following
35 Catalyst application YAML config:
36
37 ---
38 'Controller::HTML::FormFu':
39 constructor:
40 render_method: tt
41
43 Catalyst::Helper::HTML::FormFu - Helper to deploy HTML::FormFu template
44 files.
45
47 IRC:
48
49 Join #catalyst on irc.perl.org.
50
51 Mailing Lists:
52
53 http://lists.rawmode.org/cgi-bin/mailman/listinfo/html-widget
54
56 HTML::FormFu, Catalyst::Helper
57
59 Carl Franks, "cfranks@cpan.org"
60
62 This library is free software . You can redistribute it and/or modify
63 it under the same terms as perl itself.
64
66 • Carl Franks <cpan@fireartist.com>
67
68 • Nigel Metheringham <nigelm@cpan.org>
69
70 • Dean Hamstead <dean@bytefoundry.com.au>
71
73 This software is copyright (c) 2007-2018 by Carl Franks / Nigel
74 Metheringham / Dean Hamstead.
75
76 This is free software; you can redistribute it and/or modify it under
77 the same terms as the Perl 5 programming language system itself.
78
79
80
81perl v5.32.1 2021-01-26 Catalyst::Helper::HTML::FormFu(3)