HTML::FormFu::Element::Textarea(3) Textarea form field

VERSION

version 2.03

SYNOPSIS


my $element = $form->element( Textarea => 'foo' );

DESCRIPTION

Textarea form field.

ATTRIBUTE ACCESSORS

Get / set input attributes directly with these methods.

Arguments: [$string]

Return Value: $string

autocomplete

cols

maxlength

rows

placeholder

AUTHOR

Carl Franks, "[email protected]"

LICENSE

This library is free software, you can redistribute it and/or modify it under the same terms as Perl itself.