CPAN
Home  Documentation  Recent  Preferences  Modules  Distributions    Authors   
Find    in      

Distributions     > >     R     > >     Rose     > >     Rose-HTML-Objects
Distribution Rose-HTML-Objects [Download]
Author JSIRACUSA [ John Siracusa ]
Version 0.611
Abstract Object-oriented HTML form and field widgets.
Released 16 Nov 2010
Size 197.0 KB
MD5 Checksum 37df3f44def68fcf09e59fc69d1e5886
Additional Files META   |   Changes   |   Makefile.PL   |  
Links search.cpan.org   |   CPAN::Forum  |   AnnoCPAN  |   rt.cpan.org  |   Rating  | CPANTS  | CPAN testers | Dependencies | Testers matrix
Prerequisites Clone::PP  |   DateTime  |   Email::Valid  |   Encode  |   File::Path  |   File::Spec  |   HTML::Entities  |   Image::Size  |   IO::String  |   Rose::DateTime  |   Rose::Object  |   Rose::URI  |   Scalar::Util  |   URI::Escape  |  

Modules

Rose::HTML::Anchor  [source]   [v 0.606] Object representation of an HTML anchor.
Rose::HTML::Form  [source]   [v 0.607] HTML form base class.
Rose::HTML::Form::Constants [source]   [v 0.606]
Rose::HTML::Form::Field  [source]   [v 0.607] HTML form field base class.
Rose::HTML::Form::Field::Checkbox  [source]   [v 0.606] Object representation of a single checkbox field in an HTML form.
Rose::HTML::Form::Field::CheckboxGroup  [source]   [v 0.606] A group of checkboxes in an HTML form.
Rose::HTML::Form::Field::Collection [source]   [v 0.606]
Rose::HTML::Form::Field::Compound  [source]   [v 0.611] Base class for field objects that contain other field objects.
Rose::HTML::Form::Field::Date  [source]   [v 0.606] Text field that inflates valid dates into L<DateTime> objects.
Rose::HTML::Form::Field::DateTime  [source]   [v 0.606] Text field that inflates valid dates and times into L<DateTime> objects.
Rose::HTML::Form::Field::DateTime::EndDate  [source]   [v 0.606] Text field for an "end date" in a date range.
Rose::HTML::Form::Field::DateTime::Range  [source]   [v 0.606] Compound field for date ranges with separate text fields for the minimum and maximum dates.
Rose::HTML::Form::Field::DateTime::Split [source]   [v 0.606]
Rose::HTML::Form::Field::DateTime::Split::MDYHMS  [source]   [v 0.550] Compound field for dates with separate text fields for month, day, year, hour, minute, and second, and a pop-up menu for AM/PM.
Rose::HTML::Form::Field::DateTime::Split::MonthDayYear  [source]   [v 0.606] Compound field for dates with separate text fields for month, day, and year.
Rose::HTML::Form::Field::DateTime::StartDate  [source]   [v 0.606] Text field for a "start date" in a date range.
Rose::HTML::Form::Field::Email  [source]   [v 0.606] Text field that only accepts valid email addresses.
Rose::HTML::Form::Field::File  [source]   [v 0.606] Object representation of a file upload field in an HTML form.
Rose::HTML::Form::Field::Group [source]   [v 0.606]
Rose::HTML::Form::Field::Group::OnOff [source]   [v 0.606]
Rose::HTML::Form::Field::Hidden  [source]   [v 0.606] Object representation of a hidden field in an HTML form.
Rose::HTML::Form::Field::Input [source]   [v 0.607]
Rose::HTML::Form::Field::Integer  [source]   [v 0.606] Text field that only accepts integer values.
Rose::HTML::Form::Field::Numeric  [source]   [v 0.606] Text field that only accepts numeric values.
Rose::HTML::Form::Field::OnOff [source]   [v 0.606]
Rose::HTML::Form::Field::OnOff::Checkable [source]   [v 0.606]
Rose::HTML::Form::Field::OnOff::Selectable [source]   [v 0.606]
Rose::HTML::Form::Field::Option  [source]   [v 0.606] Object representation of the "option" HTML tag.
Rose::HTML::Form::Field::Option::Container [source]   [v 0.606]
Rose::HTML::Form::Field::OptionGroup  [source]   [v 0.606] Object representation of a group of options in a pop-up menu or select box in an HTML form.
Rose::HTML::Form::Field::Password  [source]   [v 0.606] Object representation of a password field in an HTML form.
Rose::HTML::Form::Field::PhoneNumber::US  [source]   [v 0.606] 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
Rose::HTML::Form::Field::PhoneNumber::US::Split  [source]   [v 0.606] Compound field for US phone numbers with separate fields for area code, exchange, and number.
Rose::HTML::Form::Field::PopUpMenu  [source]   [v 0.606] Object representation of a pop-up menu in an HTML form.
Rose::HTML::Form::Field::RadioButton  [source]   [v 0.606] Object representation of a single radio button field in an HTML form.
Rose::HTML::Form::Field::RadioButtonGroup  [source]   [v 0.606] A group of radio buttons in an HTML form.
Rose::HTML::Form::Field::Reset  [source] Object representation of a reset button in an HTML form.
Rose::HTML::Form::Field::SelectBox  [source]   [v 0.606] Object representation of a select box in an HTML form.
Rose::HTML::Form::Field::Set  [source]   [v 0.606] Text area that accepts whitespace- or comma-separated strings.
Rose::HTML::Form::Field::Submit  [source]   [v 0.606] Object representation of a submit button in an HTML form.
Rose::HTML::Form::Field::Text  [source]   [v 0.606] Object representation of a text field in an HTML form.
Rose::HTML::Form::Field::TextArea  [source]   [v 0.606] Object representation of a multi-line text field in an HTML form.
Rose::HTML::Form::Field::Time  [source]   [v 0.606] Text field that accepts only valid times and coerces valid input into HH:MM:SS AM/PM format.
Rose::HTML::Form::Field::Time::Hours  [source]   [v 0.606] Text field that only accepts valid hours.
Rose::HTML::Form::Field::Time::Minutes  [source]   [v 0.606] Text field that only accepts valid minutes.
Rose::HTML::Form::Field::Time::Seconds  [source]   [v 0.606] Text field that only accepts valid seconds.
Rose::HTML::Form::Field::Time::Split [source]   [v 0.606]
Rose::HTML::Form::Field::Time::Split::HourMinuteSecond  [source]   [v 0.606] Compound field for times with separate text fields for hour, minute, and second, and a pop-up menu for selecting AM or PM.
Rose::HTML::Form::Repeatable  [source]   [v 0.555] Repeatable sub-form automation.
Rose::HTML::Image  [source]   [v 0.606] Object representation of the "img" HTML tag.
Rose::HTML::Label  [source]   [v 0.606] Object representation of the "label" HTML tag.
Rose::HTML::Link  [source]   [v 0.606] Object representation of the "link" HTML tag.
Rose::HTML::Object  [source]   [v 0.606] HTML object base class.
Rose::HTML::Object::Error  [source]   [v 0.606] Error object.
Rose::HTML::Object::Error::Localized [source]   [v 0.606]
Rose::HTML::Object::Errors  [source]   [v 0.600] Error ids and named constants for use with HTML objects.
Rose::HTML::Object::Exporter [source]   [v 0.605]
Rose::HTML::Object::Localized [source]   [v 0.600]
Rose::HTML::Object::MakeMethods::Generic [source]   [v 0.606]
Rose::HTML::Object::MakeMethods::Localization [source]   [v 0.606]
Rose::HTML::Object::Message  [source]   [v 0.606] Text message object.
Rose::HTML::Object::Message::Localized  [source]   [v 0.600] Localized message object.
Rose::HTML::Object::Message::Localizer  [source]   [v 0.606] Message localizer class.
Rose::HTML::Object::Messages  [source]   [v 0.605] Message ids and named constants for use with HTML objects.
Rose::HTML::Object::Repeatable [source]   [v 0.606]
Rose::HTML::Object::WithWrapAroundChildren [source]   [v 0.554]
Rose::HTML::Objects  [source]   [v 0.611] Object-oriented HTML form and field widgets.
Rose::HTML::Script  [source]   [v 0.606] Object representation of the "script" HTML tag.
Rose::HTML::Text  [source]   [v 0.602] Object representation of HTML-escaped text.
Rose::HTML::Util  [source]   [v 0.011] Utility functions for manipulating HTML.

Categories

Data Type Utilities    >>     Rose
World Wide Web HTML HTTP CGI    >>     Rose

dslip information

Development Stage (Note: *NO IMPLIED TIMESCALES*) Beta testing
Support Level Mailing-list
Language Used Perl-only, no compiler needed, should be platform independent
Interface Style Object oriented using blessed references and/or inheritance
Public License Standard-Perl: user may choose between GPL and Artistic

Win32 PPM packages for "Rose-HTML-Objects"

ActiveState default Perl 5.10 repository   [  v 0.611   ]
ActiveState default Perl 5.12 repository   [  v 0.611   ]
ActiveState default Perl 5.8 repository   [  v 0.603   ]
tcool.org Perl 5.8 repository   [  v 0.5521   ]
trouchelle.com Perl 5.10 repository   [  v 0.611   ]
trouchelle.com Perl 5.12 repository   [  v 0.607   ]
trouchelle.com Perl 5.8 repository   [  v 0.604   ]
uwinnipeg Perl 5.8 repository   [  v 0.53   ]

Problems, suggestions, or comments to Randy Kobes. Questions? Check the FAQ.
Enable installations using PAR::WebStart.