debian man page for html::widget::element::button

Query: html::widget::element::button

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

HTML::Widget::Element::Button(3pm)			User Contributed Perl Documentation			HTML::Widget::Element::Button(3pm)

NAME
HTML::Widget::Element::Button - Button Element
SYNOPSIS
$e = $widget->element( 'Button', 'foo' ); $e->value('bar');
DESCRIPTION
Button Element.
METHODS
new value label The value of this Button element. Is also used by the browser as the button label. "label" is an alias for "value". content If set, the element will use a "button" tag rather than an "input" tag. The value of "content" will be used between the "button" tags, unescaped. This means that any html markup may be used to display the button. type Valid values are "button", "submit", "reset" and "image". src If set, the element will be rendered as an image button, using this url as the image. Automatically sets "type" to "image". 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. render containerize
SEE ALSO
HTML::Widget::Element
AUTHOR
Marcus Ramberg, "mramberg@cpan.org"
LICENSE
This 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::Button(3pm)
Related Man Pages
html::formfu::element::checkboxgroup(3pm) - debian
html::widget::container(3pm) - debian
html::widget::element(3pm) - debian
html::widget::element::radiogroup(3pm) - debian
xml::element(3pm) - debian
Similar Topics in the Unix Linux Community
sem2dpack 2.3.0 (Default branch)
sem2dpack 2.3.2 (Default branch)
sem2dpack 2.3.3 (Default branch)
Truncate the content within alt attribute to first 250 characters.
New Thread Button