Scroll to navigation

Form::Control::inputlist(3pm) User Contributed Perl Documentation Form::Control::inputlist(3pm)

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
2012-09-10 perl v5.14.2