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::submit - A submit button inside an Embperl Form

Author

       G. Richter (richter at embperl dot org)

Description

       Used to create an submit control inside an Embperl Form.  If an image is given it will create an image
       button.  See Embperl::Form on how to specify parameters.

   PARAMETERtype

       Needs to be 'submit'

       name

       Name of the button

       text

       Will be used as label for the submit button or tool tip in case of an image button

       value

       Gives the value to send

       image

       URL of an image. If given an image button will be created, if absent, an normal submit button will be
       created.

Name

       Embperl::Form::Control::submit - A submit button inside an Embperl Form

See Also

perl(1), Embperl, Embperl::Form

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

Synopsis

         {
         type => 'submit',
         text => 'send',
         name => 'foo',
         value => 'xxx',
         image => 'xxx',
         }

See Also