Gerald Richter > Embperl-2.2.0 > Embperl::Form::Control::textarea

Download:
Embperl-2.2.0.tar.gz

Dependencies

Annotate this POD

CPAN RT

New  1
Open  0
View Bugs
Report a bug
Source   Latest Release: Embperl-2.3.0

NAME ^

Embperl::Form::Control::textarea - A textarea input control inside an Embperl Form

SYNOPSIS ^

  { 
  type => 'textarea',
  text => 'blabla', 
  name => 'foo',
  rows => 10,
  cols => 80,
  }

DESCRIPTION ^

Used to create an input control inside an Embperl Form. See Embperl::Form on how to specify parameters.

PARAMETER

type

Needs to be 'textarea'

text

Will be used as label for the text input control

cols

Number of columns

rows

Number of rows

Author ^

G. Richter (richter@dev.ecos.de)

See Also ^

perl(1), Embperl, Embperl::Form