1HTML::FormHandler::WidgUeste:r:FCoornmt:r:iSbiumtpeHldTeM(PL3e:)r:lFoDromcHuamnednlteart:i:oWnidget::Form::Simple(3)
2
3
4
6 HTML::FormHandler::Widget::Form::Simple - widget to render a form with
7 divs
8
10 version 0.40068
11
13 Role to apply to form objects to allow rendering. This rendering role
14 is applied to HTML::FormHandler by default. It supports block
15 rendering. (HTML::FormHandler::Blocks,
16 HTML::FormHandler::Widget::Block)
17
18 Relevant flags:
19
20 do_form_wrapper - put a wrapper around the form
21
22 If the wrapper_tag is a 'fieldset' (default if not specified) the
23 wrapper goes inside the form tags (because it's not valid to put it
24 outside of them). If the wrapper_tag is something else, it will go
25 around the form tags. If you're doing one kind of wrapper and want
26 another one, you can achieve that result by using the 'before'/'after'
27 tags or the 'after_start'/'before_end' tags.
28
29 Supported tags:
30
31 wrapper_tag -- tag for form wrapper; default 'fieldset'
32 before
33 after
34 after_start
35 before_end
36
37 messages_wrapper_class -- default 'form_messages'
38 error_class -- default 'error_message'
39 error_message -- message to issue when form contains errors
40 success_class -- default 'success_message'
41 success_message -- message to issue when form was submitted successfully
42
44 FormHandler Contributors - see HTML::FormHandler
45
47 This software is copyright (c) 2017 by Gerda Shank.
48
49 This is free software; you can redistribute it and/or modify it under
50 the same terms as the Perl 5 programming language system itself.
51
52
53
54perl v5.30.1 202H0T-M0L1:-:3F0ormHandler::Widget::Form::Simple(3)