Man Page: html::widget::element::submit
Operating Environment: debian
Section: 3pm
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)
| Similar Topics in the Unix Linux Community |
|---|
| Introduction |
| Detecting unused variables... |
| Find columns in a file based on header and print to new file |
| Weird 'find' results |
| New UNIX and Linux History Sections |