.\" Automatically generated by Pod::Man 4.10 (Pod::Simple 3.35) .\" .\" Standard preamble: .\" ======================================================================== .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Vb \" Begin verbatim text .ft CW .nf .ne \\$1 .. .de Ve \" End verbatim text .ft R .fi .. .\" Set up some character translations and predefined strings. \*(-- will .\" give an unbreakable dash, \*(PI will give pi, \*(L" will give a left .\" double quote, and \*(R" will give a right double quote. \*(C+ will .\" give a nicer C++. Capital omega is used to do unbreakable dashes and .\" therefore won't be available. \*(C` and \*(C' expand to `' in nroff, .\" nothing in troff, for use with C<>. .tr \(*W- .ds C+ C\v'-.1v'\h'-1p'\s-2+\h'-1p'+\s0\v'.1v'\h'-1p' .ie n \{\ . ds -- \(*W- . ds PI pi . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch . ds L" "" . ds R" "" . ds C` "" . ds C' "" 'br\} .el\{\ . ds -- \|\(em\| . ds PI \(*p . ds L" `` . ds R" '' . ds C` . ds C' 'br\} .\" .\" Escape single quotes in literal strings from groff's Unicode transform. .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" .\" If the F register is >0, we'll generate index entries on stderr for .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index .\" entries marked with X<> in POD. Of course, you'll have to process the .\" output yourself in some meaningful fashion. .\" .\" Avoid warning from groff about undefined register 'F'. .de IX .. .nr rF 0 .if \n(.g .if rF .nr rF 1 .if (\n(rF:(\n(.g==0)) \{\ . if \nF \{\ . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . if !\nF==2 \{\ . nr % 0 . nr F 2 . \} . \} .\} .rr rF .\" ======================================================================== .\" .IX Title "HTML::FormFu::Role::Element::Group 3pm" .TH HTML::FormFu::Role::Element::Group 3pm "2019-01-12" "perl v5.28.1" "User Contributed Perl Documentation" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l .nh .SH "NAME" HTML::FormFu::Role::Element::Group \- Role for grouped form fields .SH "VERSION" .IX Header "VERSION" version 2.07 .SH "DESCRIPTION" .IX Header "DESCRIPTION" Base class for HTML::FormFu::Element::Checkboxgroup, HTML::FormFu::Element::Radiogroup, and HTML::FormFu::Element::Select fields. .SH "METHODS" .IX Header "METHODS" .SS "options" .IX Subsection "options" Arguments: none .PP Arguments: \e@options .PP .Vb 12 \& \-\-\- \& elements: \& \- type: Select \& name: foo \& options: \& \- [ 01, January ] \& \- [ 02, February ] \& \- value: 03 \& label: March \& attributes: \& style: highlighted \& \- [ 04, April ] .Ve .PP If passed no arguments, it returns an arrayref of the currently set options. .PP Use to set the list of items in the select menu / radiogroup. .PP Its arguments must be an array-ref of items. Each item may be an array ref of the form \f(CW\*(C`[ $value, $label ]\*(C'\fR or a hash-ref of the form \&\f(CW\*(C`{ value => $value, label => $label }\*(C'\fR. Each hash-ref may also have an \&\f(CW\*(C`attributes\*(C'\fR key. .PP Passing an item containing a \f(CW\*(C`group\*(C'\fR key will, for Select fields, create an optgroup. And for Radiogroup fields or Checkboxgroup fields, create a sub-group of radiobuttons or checkboxes with a new \f(CW\*(C`span\*(C'\fR block, with the classname \f(CW\*(C`subgroup\*(C'\fR. .PP An example of Select optgroups: .PP .Vb 10 \& \-\-\- \& elements: \& \- type: Select \& name: foo \& options: \& \- label: "group 1" \& group: \& \- [1a, \*(Aqitem 1a\*(Aq] \& \- [1b, \*(Aqitem 1b\*(Aq] \& \- label: "group 2" \& group: \& \- [2a, \*(Aqitem 2a\*(Aq] \& \- [2b, \*(Aqitem 2b\*(Aq] .Ve .PP When using the hash-ref construct, the \f(CW\*(C`label_xml\*(C'\fR and \f(CW\*(C`label_loc\*(C'\fR variants of \f(CW\*(C`label\*(C'\fR are supported, as are the \f(CW\*(C`value_xml\*(C'\fR and \f(CW\*(C`value_loc\*(C'\fR variants of \f(CW\*(C`value\*(C'\fR, the \f(CW\*(C`attributes_xml\*(C'\fR variant of \f(CW\*(C`attributes\*(C'\fR and the \&\f(CW\*(C`label_attributes_xml\*(C'\fR variant of \f(CW\*(C`label_attributes\*(C'\fR. .PP \&\f(CW\*(C`container_attributes\*(C'\fR or \f(CW\*(C`container_attributes_xml\*(C'\fR is used by HTML::FormFu::Element::Checkboxgroup and HTML::FormFu::Element::Radiogroup for the c surrounding each item's input and label. It is ignored by HTML::FormFu::Element::Select elements. .PP \&\f(CW\*(C`label_attributes\*(C'\fR / \f(CW\*(C`label_attributes_xml\*(C'\fR is used by HTML::FormFu::Element::Checkboxgroup and HTML::FormFu::Element::Radiogroup for the c