Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

html::widget::element::button(3pm) [debian man page]

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)

Check Out this Related Man Page

HTML::FormFu::Element::Checkboxgroup(3pm)		User Contributed Perl Documentation		 HTML::FormFu::Element::Checkboxgroup(3pm)

NAME
HTML::FormFu::Element::Checkboxgroup - Group of checkbox form fields SYNOPSIS
YAML config: --- elements: - type: Checkboxgroup name: subjects options: - [ 'Math' ] - [ 'Science' ] - [ 'English' ] DESCRIPTION
Convenient to use group of checkbox fields. Use the same syntax as you would to create a Select element optgroup to create Checkboxgroup sub-groups, see "options" in HTML::FormFu::Element::_Group for details. METHODS
options See "options" in HTML::FormFu::Element::_Group. values See "values" in HTML::FormFu::Element::_Group. value_range See "value_range" in HTML::FormFu::Element::_Group. auto_id In addition to the substitutions documented by "auto_id" in HTML::FormFu, %c will be replaced by an incremented integer, to ensure there are no duplicated ID's. --- elements: type: Checkboxgroup name: foo auto_id: "%n_%c" reverse_group If true, then the label for each checkbox in the checkbox group should be rendered to the right of the field control. Otherwise, the label is rendered to the left of the field control. The default value is "true", causing each label to be rendered to the right of its field control (or to be explicit: the markup for the label comes after the field control in the source). Default Value: "true" SEE ALSO
Is a sub-class of, and inherits methods from HTML::FormFu::Element::_Group, HTML::FormFu::Element::_Field, HTML::FormFu::Element HTML::FormFu AUTHOR
Carl Franks, "cfranks@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.14.2 2012-01-23 HTML::FormFu::Element::Checkboxgroup(3pm)
Man Page

5 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Truncate the content within alt attribute to first 250 characters.

I have a xml file which contains image tag as follows: <image><img src="wstc_0007_0007_0_img0001.jpg" width="351" height="450" alt="This is the cover page. Brazil &#x2022; Japan &#x2022; Korea &#x2022; Mexico &#x2022; Singapore &#x2022; Spain" type="photograph" orient="portrait"/></image> ... (5 Replies)
Discussion started by: parshant_bvcoe
5 Replies

2. Shell Programming and Scripting

[SOLVED] Submit Button is not Recognizable

Hi ... I am writing a PERL CGI script where firstly i display a Submit button and when i click that, it will display a group of checkbox values and another submit button. My question is Now, if i click the second submit button, it should get the checkbox values and work with those(do some... (0 Replies)
Discussion started by: gkrish
0 Replies

3. UNIX for Advanced & Expert Users

Array Element

This question is for someone that's more familiar with Array Element. I need to know if the maximum array element that can be assigned is 1024 and if its so, Is there a workaround solution when the counter exceeded 1024? param_array="$param_nam" counter=$counter+1 #to avoid space... (3 Replies)
Discussion started by: cumeh1624
3 Replies

4. Post Here to Contact Site Administrators and Moderators

New Thread Button

Where do I find the New Thread Button so I can post a message to get some help in an issue I am having ? (2 Replies)
Discussion started by: kstalder
2 Replies

5. What is on Your Mind?

Thanks Button Coming to Mobile Soon

FYI... I have the thumbs-up icon and the tooltip for thanking members for their posts displaying in mobile; but I have to change the legacy $.ajax() code in mobile before the button works; but it will be working sooner than later: https://www.unix.com/members/1-albums214-picture1022.jpeg I... (1 Reply)
Discussion started by: Neo
1 Replies