logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Author

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

Description

       Used to create a number of input controls inside an Embperl Form.  See Embperl::Form on how to specify
       parameters.

   PARAMETERtype

       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

Name

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

See Also

perl(1), Embperl, Embperl::Form

perl v5.34.0                                       2022-02-06                      Form::Control::inputlist(3pm)

Synopsis

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

See Also