1HTML::FormFu::Element::USseelrecCto(n3t)ributed Perl DocHuTmMeLn:t:aFtoiromnFu::Element::Select(3)
2
3
4
6 HTML::FormFu::Element::Select - Select form field
7
9 version 2.06
10
12 YAML config:
13
14 ---
15 elements:
16 - type: Select
17 name: sex
18 options:
19 - [ 'm', 'Male' ]
20 - [ 'f', 'Female' ]
21
23 Select form field.
24
25 Supports optgroups, see "options" in HTML::FormFu::Role::Element::Group
26 for details.
27
29 options
30 See "options" in HTML::FormFu::Role::Element::Group.
31
32 values
33 See "values" in HTML::FormFu::Role::Element::Group.
34
35 value_range
36 See "value_range" in HTML::FormFu::Role::Element::Group.
37
38 empty_first
39 See "empty_first" in HTML::FormFu::Role::Element::Group.
40
41 empty_first_label
42 See "empty_first_label" in HTML::FormFu::Role::Element::Group.
43
45 Is a sub-class of, and inherits methods from
46 HTML::FormFu::Role::Element::Group, HTML::FormFu::Role::Element::Field,
47 HTML::FormFu::Element
48
49 HTML::FormFu
50
52 Carl Franks, "cfranks@cpan.org"
53
55 This library is free software, you can redistribute it and/or modify it
56 under the same terms as Perl itself.
57
59 Carl Franks <cpan@fireartist.com>
60
62 This software is copyright (c) 2018 by Carl Franks.
63
64 This is free software; you can redistribute it and/or modify it under
65 the same terms as the Perl 5 programming language system itself.
66
67
68
69perl v5.28.0 2018-04-09 HTML::FormFu::Element::Select(3)