debian man page for html::formhandler::field::text

Query: html::formhandler::field::text

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

HTML::FormHandler::Field::Text(3pm)			User Contributed Perl Documentation		       HTML::FormHandler::Field::Text(3pm)

NAME
HTML::FormHandler::Field::Text - text field
VERSION
version 0.40013
DESCRIPTION
This is a simple text entry field. Widget type is 'text'.
METHODS
size [integer] This is used in constructing HTML. It determines the size of the input field. The 'maxlength' field should be used as a constraint on the size of the field, not this attribute. minlength [integer] This integer value, if non-zero, defines the minimum number of characters that must be entered. maxlength [integer] A constraint on the maximum length of the text. error messages Set error messages (text_minlength, text_maxlength): has_field 'my_text' => ( type => 'Text', messages => { 'text_minlength' => 'Field is too short', 'text_maxlength' => 'Field is too long', } );
AUTHOR
FormHandler Contributors - see HTML::FormHandler
COPYRIGHT AND LICENSE
This software is copyright (c) 2012 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. perl v5.14.2 2012-06-25 HTML::FormHandler::Field::Text(3pm)
Related Man Pages
html::formhandler::field::datetime(3pm) - debian
html::formhandler::field::display(3pm) - debian
html::formhandler::field::upload(3pm) - debian
html::formhandler::manual(3pm) - debian
html::formhandler::widget::wrapper::simple(3pm) - debian
Similar Topics in the Unix Linux Community
How can I do this in VI editor?
Introduction
Detecting unused variables...
Weird 'find' results
How to copy a column of multiple files and paste into new excel file (next to column)?