1HTML::FormFu::Element::UMsuelrtiC(o3n)tributed Perl DocuHmTeMnLt:a:tFioornmFu::Element::Multi(3)
2
3
4
6 HTML::FormFu::Element::Multi - Combine multiple fields in a single
7 element
8
10 version 2.07
11
13 my $e = $form->element( Multi => 'foo' );
14
16 Combine multiple form fields in a single logical element.
17
18 Non-field elements cannot be added as children of the Multi element.
19
21 If the Multi element is rendered with the default 'string' render-
22 method, all child fields will be rendered with the 'string' render-
23 method, regardless of their "render_method" in HTML::FormFu value.
24
25 Likewise, if the Multi element is rendered with the 'tt' render-method,
26 all child fields will be rendered with the 'tt' render-method,
27 regardless of their "render_method" in HTML::FormFu value.
28
30 Is a sub-class of, and inherits methods from
31 HTML::FormFu::Role::Element::Field, HTML::FormFu::Element
32
33 HTML::FormFu
34
36 Carl Franks, "cfranks@cpan.org"
37
39 This library is free software, you can redistribute it and/or modify it
40 under the same terms as Perl itself.
41
43 Carl Franks <cpan@fireartist.com>
44
46 This software is copyright (c) 2018 by Carl Franks.
47
48 This is free software; you can redistribute it and/or modify it under
49 the same terms as the Perl 5 programming language system itself.
50
51
52
53perl v5.34.0 2022-01-21 HTML::FormFu::Element::Multi(3)