1package HTML::FormHandler::Manual
2# ABSTRACT: index of the manual
3
4
51;
6
7__END__
8
9=pod
10
11=encoding UTF-8
12
13=head1 NAME
14
15HTML::FormHandler::Manual - index of the manual
16
17=head1 VERSION
18
19version 0.40068
20
21=head1 DESCRIPTION
22
23This is the L<HTML::FormHandler> users manual. HTML::FormHandler is
24an HTML form handling class written in Moose. It provides facilities
25to write classes that represent HTML forms, and retrieves and loads
26data from the database.
27
28=head1 SECTIONS
29
30=head2 L<HTML::FormHandler::Manual::Intro>
31
32Creating FormHandler forms and interfacing them
33with your controllers.
34
35=head2 L<HTML::FormHandler::Manual::Fields>
36
37Organized list of FormHandler fields, with links to specific
38documentation.
39
40=head2 L<HTML::FormHandler::Manual::Defaults>
41
42Description of the various ways of setting defaults.
43
44=head2 L<HTML::FormHandler::Manual::InflationDeflation>
45
46Inflation and deflation of fields
47
48=head2 L<HTML::FormHandler::Manual::Validation>
49
50Validation of fields
51
52=head2 L<HTML::FormHandler::Manual::Errors>
53
54Errors: setting them, getting them.
55
56=head2 L<HTML::FormHandler::Manual::Rendering>
57
58Rendering options, particularly rendering with widgets
59
60=head2 L<HTML::FormHandler::Manual::Database>
61
62Issues and setup for database forms.
63
64=head2 L<HTML::FormHandler::Manual::Tutorial>
65
66Builds on the Catalyst tutorial. Step-by-step guide.
67
68=head2 L<HTML::FormHandler::Manual::Testing>
69
70Test your forms
71
72=head2 L<HTML::FormHandler::Manual::Cookbook>
73
74'Howto' recipes
75
76=head2 L<HTML::FormHandler::Manual::Templates>
77
78Cut-and-paste examples of templates to use with FormHandler
79
80=head2 L<HTML::FormHandler::Manual::Catalyst>
81
82Catalyst specific documentation
83
84=head2 L<HTML::FormHandler::Manual::Reference>
85
86Quick reference of FormHandler interface
87
88=head2 L<HTML::FormHandler::Manual::FromDFV>
89
90Info on converting from Data::FormValidator
91
92=head2 L<HTML::FormHandler::Manual::FromFF>
93
94Info on converting from HTML::FormFu
95
96=head1 SUPPORT
97
98IRC:
99
100   Join #formhandler on irc.perl.org
101
102Mailing list:
103
104  http://groups.google.com/group/formhandler
105
106=head1 AUTHOR
107
108gshank: Gerda Shank <gshank@cpan.org>
109
110=head1 AUTHOR
111
112FormHandler Contributors - see HTML::FormHandler
113
114=head1 COPYRIGHT AND LICENSE
115
116This software is copyright (c) 2017 by Gerda Shank.
117
118This is free software; you can redistribute it and/or modify it under
119the same terms as the Perl 5 programming language system itself.
120
121=cut
122