Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

html::formfu::element::radiogroup(3pm) [debian man page]

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

NAME
HTML::FormFu::Element::Radiogroup - Group of radiobutton form fields SYNOPSIS
YAML config: --- elements: - type: Radiogroup name: sex options: - [ 'm', 'Male' ] - [ 'f', 'Female' ] DESCRIPTION
Convenient to use group of radio button fields. Use the same syntax as you would to create a Select element optgroup to create RadioGroup 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. empty_first See "empty_first" 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: Radiogroup name: foo auto_id: "%n_%c" reverse_group See "reverse_group" in HTML::FormFu::Element::Checkboxgroup. SEE ALSO
Is a sub-class of, and inherits methods from HTML::FormFu::Element::Checkboxgroup, 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::Radiogroup(3pm)

Check Out this Related Man Page

HTML::FormFu::Constraint::DependOn(3pm) 		User Contributed Perl Documentation		   HTML::FormFu::Constraint::DependOn(3pm)

NAME
HTML::FormFu::Constraint::DependOn - Multi-field Dependency Constraint SYNOPSIS
type: DependOn name: foo others: bar DESCRIPTION
If a value is submitted for the field this constraint is attached to, then a value must also be submitted for all fields named in "others" in HTML::FormFu::Constraint::_others. By default, if any of the named fields in "others" in HTML::FormFu::Constraint::_others are missing, an error will be attached to each missing field. This behaviour can be changed by setting any of "attach_errors_to_base" in HTML::FormFu::Constraint::_others, "attach_errors_to_others" in HTML::FormFu::Constraint::_others or "attach_errors_to" in HTML::FormFu::Constraint::_others. This constraint doesn't honour the "not()" value. SEE ALSO
Is a sub-class of, and inherits methods from HTML::FormFu::Constraint::_others, HTML::FormFu::Constraint 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 2011-05-10 HTML::FormFu::Constraint::DependOn(3pm)
Man Page

9 More Discussions You Might Find Interesting

1. Programming

HTML help required

(2 Replies)
Discussion started by: pritish.sas
2 Replies

2. Shell Programming and Scripting

HTML mailing

Hi All, I have a comma separated file as below. file-1 ---------- a,b,c d,e,f g,h,i . . . I want to send the above file in Mail in HTML format with all the values of each column in separate cells i.e. the body of the mail should be in tabular format & each field should be separate... (2 Replies)
Discussion started by: 46019
2 Replies

3. What is on Your Mind?

Forum Demographics: Male or Female?

Just for fun, are you a male or a female? Thanks for helping out in the demographic survey! ---------- Post updated at 12:20 ---------- Previous update was at 09:39 ---------- FYI: Summary of Forum Demographics | The UNIX and Linux Forums Blog (14 Replies)
Discussion started by: Neo
14 Replies

4. OS X (Apple)

Geek Tool Shell Commands in HTML

I'm new around these parts but I figured I might as well ask something thats been bothering me for a while. I have a little HTML experience and really none at all with unix. I have been running a geektool-a preference pane that outputs shell commands onto the desktop for Mac. Recently I have been... (5 Replies)
Discussion started by: neroyalty
5 Replies

5. Shell Programming and Scripting

Open HTML file

Hello, Is it possible to run/open a HTML File from bash? I mean that when the HTML File contains an alert JavaScript code that then a message box will be shown? Thanks! (3 Replies)
Discussion started by: Coolman24
3 Replies

6. Programming

Perl syntax question

Hallo everybody, I have a following problem - I'm doing a map funciont to fill in a HTML table and I want to use some radiobutton groups. Unfortunatelly, they are grouped by names, so I have to add some "counter" that will divide one row from another, and I'm using CGI.pm for generating the... (3 Replies)
Discussion started by: duskos
3 Replies

7. Shell Programming and Scripting

Writing HTML with variables from an array or other means

Hello! I wish to create a script that will automate the creation of HTML files... for example, if my HTML starts out containing: <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>$TITLE</title> </head> I want to put that into something that I can read and write later on. My... (4 Replies)
Discussion started by: tntelle
4 Replies

8. 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

9. UNIX for Dummies Questions & Answers

Select lines based on character length

Hi, I've got a file like this: 22 22:35645163:T:<CN0>:0 0 35645163 T <CN0> 22 rs140738445:20902439:TTTTTTTG:T 0 20902439 T TTTTTTTG 22 rs149602065:40537763:TTTTTTG:T 0 40537763 T TTTTTTG 22 rs71670155:50538408:TTTTTTG:T 0 50538408 T TTTTTTG... (3 Replies)
Discussion started by: zajtat
3 Replies