The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

App::Widget::ImageButton - An HTML image button

SYNOPSIS

   use App::Widget::ImageButton;

   $name = "get_data";
   $w = App::Widget::ImageButton->new($name);
   print $w->html();

DESCRIPTION

This class is a <input type=submit> HTML element. In the advanced configurations, it is rendered as an image button.