
Embperl::Form::Control::inputjoin - A number of text input controls inside an Embperl Form

{
type => 'inputlist',
text => 'blabla',
name => 'foo',
size => 10,
class => 'bar',
seperator => '.',
sizes => [2,4,5],
}

Used to create a number of input controls inside an Embperl Form. See Embperl::Form on how to specify parameters.
Needs to be 'inputlist'
Specifies the name of the control
Will be used as label for the text input control
Gives the default size in characters
Gives the size in characters for each input field, this parameter has to be given as an array reference
Alternative CSS class name
Gives the names for each input field, this parameter has to be given as an array reference
String to display between the input boxes

H. Jung (jung@dev.ecos.de)

perl(1), Embperl, Embperl::Form