table of contents
HTML::FormHandler::Field::Multiple(3) | User Contributed Perl Documentation | HTML::FormHandler::Field::Multiple(3) |
NAME¶
HTML::FormHandler::Field::Multiple - multiple select list
VERSION¶
version 0.40068
DESCRIPTION¶
This is a convenience field that inherits from the Select field and pre-sets some attributes. It sets the 'multiple' flag, sets the 'size' attribute to 5, and sets the 'sort_options_method' to move the currently selected options to the top of the options list.
AUTHOR¶
FormHandler Contributors - see HTML::FormHandler
COPYRIGHT AND LICENSE¶
This software is copyright (c) 2017 by Gerda Shank.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
2017-07-21 | perl v5.40.0 |