The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

HTML::Widget::Element::Submit - Submit Element

SYNOPSIS

    $e = $widget->element( 'Submit', 'foo' );
    $e->value('bar');

DESCRIPTION

Submit Element.

METHODS

new

$self->render( $widget, $value )

value

The value of this submit element.

src

If set, the element will be an image submit, using this url as image.

AUTHOR

Sebastian Riedel, sri@oook.de

LICENSE

This library is free software, you can redistribute it and/or modify it under the same terms as Perl itself.