NAME
Embperl::Form::Control::inputjoin - A number of text input controls inside an Embperl Form
SYNOPSIS
{
type => 'inputlist',
text => 'blabla',
name => 'foo',
size => 10,
class => 'bar',
separator => '.',
sizes => [2,4,5],
}
DESCRIPTION
Used to create a number of input controls inside an Embperl Form. See Embperl::Form on how to specify parameters.
PARAMETER
type
Needs to be 'inputlist'
name
Specifies the name of the control
text
Will be used as label for the text input control
size
Gives the default size in characters
sizes
Gives the size in characters for each input field, this parameter has to be given as an array reference
class
Alternative CSS class name
values
Gives the names for each input field, this parameter has to be given as an array reference
separator
String to display between the input boxes
Author
H. Jung (jung@dev.ecos.de)
See Also
perl(1), Embperl, Embperl::Form