Rose::HTML::Form::Field::OptionGroup

Object representation of a group of options in a pop-up menu or select box in an HTML form
Download

Rose::HTML::Form::Field::OptionGroup Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • John C. Siracusa
  • Publisher web site:
  • http://search.cpan.org/~jsiracusa/

Rose::HTML::Form::Field::OptionGroup Tags


Rose::HTML::Form::Field::OptionGroup Description

Object representation of a group of options in a pop-up menu or select box in an HTML form Rose::HTML::Form::Field::OptionGroup is a Perl object representation of a group of options in a pop-up menu or select box in an HTML form.SYNOPSIS $field = Rose::HTML::Form::Field::OptionGroup->new( name => 'fruits', label => 'Fruits'); $field->options(apple => 'Apple', orange => 'Orange', grape => 'Grape'); print $field->html; ...Rose::HTML::Form::Field::OptionGroup is an object representation of a group of options in a pop-up menu or select box in an HTML form. Yes, this is the often-overlooked (and sometimes ill-supported) "optgroup" HTML tag.This class inherits from, and follows the conventions of, Rose::HTML::Form::Field. Inherited methods that are not overridden will not be documented a second time here. See the Rose::HTML::Form::Field documentation for more information. Requirements: · Perl


Rose::HTML::Form::Field::OptionGroup Related Software