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

{
type => 'input',
text => 'blabla',
name => 'foo',
size => 10,
maxlength => 50,
}

Used to create an input control inside an Embperl Form. See Embperl::Form on how to specify parameters.
Needs to be 'input'
Specifies the name of the control
Will be used as label for the text input control
Gives the size in characters
Gives the maximum possible input length in characters

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

perl(1), Embperl, Embperl::Form