Query: html::widget::element::submit
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
HTML::Widget::Element::Submit(3pm) User Contributed Perl Documentation HTML::Widget::Element::Submit(3pm)NAMEHTML::Widget::Element::Submit - Submit ElementSYNOPSIS$e = $widget->element( 'Submit', 'foo' ); $e->value('bar');DESCRIPTIONSubmit button element. Inherits all methods from HTML::Widget::Element::Button. Automatically sets type to "submit".METHODSnew value label Sets the form field value. Is also used by the browser as the button label. If not set, the browser will usually display the label as "Submit". "label" is an alias for "value". retain_default If true, overrides the default behaviour, so that after a field is missing from the form submission, the xml output will contain the default value, rather than be empty.SEE ALSOHTML::Widget::ElementAUTHORSebastian Riedel, "sri@oook.de"LICENSEThis library is free software, you can redistribute it and/or modify it under the same terms as Perl itself. perl v5.10.1 2007-03-01 HTML::Widget::Element::Submit(3pm)