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 YAML config:
10
11 ---
12 elements:
13 - type: Select
14 name: sex
15 options:
16 - [ 'm', 'Male' ]
17 - [ 'f', 'Female' ]
18
20 Select form field.
21
22 Supports optgroups, see "options" in HTML::FormFu::Element::_Group for
23 details.
24
26 options
27 See "options" in HTML::FormFu::Element::_Group.
28
29 values
30 See "values" in HTML::FormFu::Element::_Group.
31
32 value_range
33 See "value_range" in HTML::FormFu::Element::_Group.
34
35 empty_first
36 See "empty_first" in HTML::FormFu::Element::_Group.
37
38 empty_first_label
39 See "empty_first_label" in HTML::FormFu::Element::_Group.
40
42 Is a sub-class of, and inherits methods from
43 HTML::FormFu::Element::_Group, HTML::FormFu::Element::_Field,
44 HTML::FormFu::Element
45
46 HTML::FormFu
47
49 Carl Franks, "cfranks@cpan.org"
50
52 This library is free software, you can redistribute it and/or modify it
53 under the same terms as Perl itself.
54
55
56
57perl v5.12.1 2010-05-23 HTML::FormFu::Element::Select(3)