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

$widget_factory->submit({
id => 'button-id', # will be used as default control name, too
value => 'button label',
});

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

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:
This is the widget's initial value, which (for submit inputs) is generally used as the text for the label on its face.

Ricardo SIGNES <rjbs @ cpan.org>

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