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::addremove - A control to add and remove items from two select boxes inside an

Author

       G. Richter (richter at embperl dot org)

Description

       A control to add and remove items from two select boxes See Embperl::Form on how to specify parameters.

   PARAMETERtype

       Needs to be 'addremove'

       name

       Specifies the name of the addremove control

       src

       Gives the name of the select box which serves as source of the data items

       dest

       Gives the name of the select box which serves as destionations of the data items

       removesource

       If set to a true value the items will be removed from the source select box and move to the destionation
       box. If set to false, the items will be copied.

Name

       Embperl::Form::Control::addremove - A control to add and remove items from two select boxes inside an
       Embperl Form

See Also

perl(1), Embperl, Embperl::Form

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

Synopsis

         {
         type         => 'addremove',
         name         => 'foo',
         src          => 'src_select_name',
         dest         => 'dest_select_name',
         removesource => 1,
         }

See Also