CGI::Test::Form::Widget::Input::Text_Field(3pm) | User Contributed Perl Documentation | CGI::Test::Form::Widget::Input::Text_Field(3pm) |
CGI::Test::Form::Widget::Input::Text_Field - A text field
# Inherits from CGI::Test::Form::Widget::Input # $form is a CGI::Test::Form my $desc = $form->input_by_name("description"); $desc->replace("small and beautiful");
This class models a single-line text field, where users can type text.
The interface is the same as the one described in CGI::Test::Form::Widget::Input, with the following additional attributes:
The original author is Raphael Manfredi.
Steven Hilton was long time maintainer of this module.
Current maintainer is Alexander Tokarev <tokarev@cpan.org>.
2022-06-10 | perl v5.34.0 |