Changes for version 0.012
- Added copyright info. Versions 0.01 and 0.011 removed.
Modules
HTML form base class.
HTML form field base class.
Object representation of a single checkbox field in an HTML form.
A group of checkboxes in an HTML form.
Base class for field objects that contain other field objects.
Text field that inflates valid dates into DateTime objects.
Compound field for dates with separate text fields for month, day, year, hour, minute, and second, and a pop-up menu for AM/PM.
Compound field for dates with separate text fields for month, day, and year.
Text field that only accepts valid email addresses.
Object representation of a file upload field in an HTML form.
Object representation of a hidden field in an HTML form.
Object representation of the "option" HTML tag.
Object representation of a group of options in a pop-up menu or select box in an HTML form.
Object representation of a password field in an HTML form.
Text field that accepts only input that contains exactly 10 digits, and coerces valid input into US phone numbers in the form: 123-456-7890
Compound field for US phone numbers with separate fields for area code, exchange, and number.
Object representation of a pop-up menu in an HTML form.
Object representation of a single radio button field in an HTML form.
A group of radio buttons in an HTML form.
Object representation of a reset button in an HTML form.
Object representation of a select box in an HTML form.
Object representation of a submit button in an HTML form.
Object representation of a text field in an HTML form.
Object representation of a multi-line text field in an HTML form.
Text field that accepts only valid times and coerces valid input into HH:MM:SS AM/PM format.
Compound field for times with separate text fields for hour, minute, and second, and a pop-up menu for selecting AM or PM.
Object representation of the "img" HTML tag.
Object representation of the "label" HTML tag.
HTML object base class.
Object-oriented interfaces for HTML.
Utility functions for manipulating HTML.
Provides
in lib/Rose/HTML/Form/Field/Collection.pm
in lib/Rose/HTML/Form/Field/DateTime/Split.pm
in lib/Rose/HTML/Form/Field/Group.pm
in lib/Rose/HTML/Form/Field/Group/OnOff.pm
in lib/Rose/HTML/Form/Field/Input.pm
in lib/Rose/HTML/Form/Field/OnOff.pm
in lib/Rose/HTML/Form/Field/OnOff/Checkable.pm
in lib/Rose/HTML/Form/Field/OnOff/Selectable.pm
in lib/Rose/HTML/Form/Field/Option/Container.pm
in lib/Rose/HTML/Form/Field/Time/Split.pm
in lib/Rose/HTML/Form/Field/WithContents.pm
in lib/Rose/HTML/Object/WithContents.pm