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

NAME

HTML::Widget::Plugin::Submit - for submit type inputs

VERSION

version 0.063

DESCRIPTION

This plugin provide a simple submit plugin, which returns an input element of type submit.

METHODS

provided_widgets

This plugin provides the following widgets: input

submit

This method returns a basic submit input.

In addition to the generic HTML::Widget::Plugin attributes, the following are valid arguments:

value

This is the widget's initial value, which (for submit inputs) is generally used as the text for the label on its face.

AUTHOR

Ricardo SIGNES <rjbs @ cpan.org>

COPYRIGHT

Copyright (C) 2007, Ricardo SIGNES. This is free software, released under the same terms as perl itself.