![]() |
![]()
| ![]() |
![]()
NAMEHTML::FormFu::Element::Select - Select form field VERSIONversion 2.07 SYNOPSISYAML config: --- elements: - type: Select name: sex options: - [ 'm', 'Male' ] - [ 'f', 'Female' ] DESCRIPTIONSelect form field. Supports optgroups, see "options" in HTML::FormFu::Role::Element::Group for details. METHODSoptionsSee "options" in HTML::FormFu::Role::Element::Group. valuesSee "values" in HTML::FormFu::Role::Element::Group. value_rangeSee "value_range" in HTML::FormFu::Role::Element::Group. empty_firstSee "empty_first" in HTML::FormFu::Role::Element::Group. empty_first_labelSee "empty_first_label" in HTML::FormFu::Role::Element::Group. SEE ALSOIs a sub-class of, and inherits methods from HTML::FormFu::Role::Element::Group, HTML::FormFu::Role::Element::Field, HTML::FormFu::Element HTML::FormFu AUTHORCarl Franks, "cfranks@cpan.org" LICENSEThis library is free software, you can redistribute it and/or modify it under the same terms as Perl itself. AUTHORCarl Franks <cpan@fireartist.com> COPYRIGHT AND LICENSEThis software is copyright (c) 2018 by Carl Franks. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
|