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 )

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.