HTML::FormFu::Element::Textarea.3pm

Langue: en

Autres versions - même langue

Version: 2010-05-16 (ubuntu - 24/10/10)

Section: 3 (Bibliothèques de fonctions)

NAME

HTML::FormFu::Element::Textarea - Textarea form field

SYNOPSIS

     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::Element

HTML::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.