NAME
HTML::Widget::Element::Reset - Reset Element
SYNOPSIS
$e = $widget->element( 'Reset', 'foo' );
$e->value('bar');
DESCRIPTION
Reset 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.