Rechercher une page de manuel
HTML::FormFu::Element::Textarea.3pm
Langue: en
Version: 2010-05-16 (ubuntu - 24/10/10)
Section: 3 (Bibliothèques de fonctions)
NAME
HTML::FormFu::Element::Textarea - Textarea form fieldSYNOPSIS
my $element = $form->element( Textarea => 'foo' );
DESCRIPTION
Textarea form field.METHODS
cols
Sets the "textarea" tag's "cols" attribute.rows
Sets the "textarea" tag's "rows" attribute.SEE ALSO
Is a sub-class of, and inherits methods from HTML::FormFu::Element::_Field, HTML::FormFu::ElementHTML::FormFu
AUTHOR
Carl Franks, "cfranks@cpan.org"LICENSE
This library is free software, you can redistribute it and/or modify it under the same terms as Perl itself.Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre