The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:Rose::HTML::Objects"

Rose::HTML::Objects - Object-oriented interfaces for HTML. River stage two • 10 direct dependents • 12 total dependents

Rose::HTML::Objects is a framework for creating a reusable set of HTML widgets as mutable Perl objects that can be serialized to HTML or XHTML for display purposes. The Rose::HTML::Object class may be used directly to represent a generic tag with an ...

JSIRACUSA/Rose-HTML-Objects-0.626 - 14 Aug 2023 14:40:38 UTC

Rose::HTML::Text - Object representation of HTML-escaped text. River stage two • 10 direct dependents • 12 total dependents

Rose::HTML::Text is an object representation of and HTML-escaped text string. Stringification is overloaded to call the html method. This class inherits from, and follows the conventions of, Rose::HTML::Object. Inherited methods that are not overridd...

JSIRACUSA/Rose-HTML-Objects-0.626 - 14 Aug 2023 14:40:38 UTC

Rose::HTML::Util - Utility functions for manipulating HTML. River stage two • 10 direct dependents • 12 total dependents

Rose::HTML::Util provides aliases and wrappers for common HTML manipulation functions. When running in a mod_perl 1.x web server environment, Apache's C-based functions are used in some cases. This all may seem silly, but I like to be able to pull th...

JSIRACUSA/Rose-HTML-Objects-0.626 - 14 Aug 2023 14:40:38 UTC

Rose::HTML::Form - HTML form base class. River stage two • 10 direct dependents • 12 total dependents

Rose::HTML::Form is more than just an object representation of the <form> HTML tag. It is meant to be a base class for custom form classes that can be initialized with and return "rich" values such as objects, or collections of objects. Building up a...

JSIRACUSA/Rose-HTML-Objects-0.626 - 14 Aug 2023 14:40:38 UTC

Rose::HTML::Link - Object representation of the "link" HTML tag. River stage two • 10 direct dependents • 12 total dependents

Rose::HTML::Link is an object representation of a "link" HTML tag used to reference another document (e.g., a CSS stylesheet). This class inherits from, and follows the conventions of, Rose::HTML::Object. Inherited methods that are not overridden wil...

JSIRACUSA/Rose-HTML-Objects-0.626 - 14 Aug 2023 14:40:38 UTC

Rose::HTML::Image - Object representation of the "img" HTML tag. River stage two • 10 direct dependents • 12 total dependents

Rose::HTML::Image is an object representation of the <img> HTML tag. It includes the ability to automatically fill in the "width" and "height" HTML attributes with the correct values, provided it is given enough information to find the actual image f...

JSIRACUSA/Rose-HTML-Objects-0.626 - 14 Aug 2023 14:40:38 UTC

Rose::HTML::Label - Object representation of the "label" HTML tag. River stage two • 10 direct dependents • 12 total dependents

Rose::HTML::Label is an object representation of the <label> HTML tag. Yes, there really is a <label> tag in both HTML 4.01 and XHTML 1.0. Look it up. This class inherits from, and follows the conventions of, Rose::HTML::Object. Inherited methods tha...

JSIRACUSA/Rose-HTML-Objects-0.626 - 14 Aug 2023 14:40:38 UTC

Rose::HTML::Anchor - Object representation of an HTML anchor. River stage two • 10 direct dependents • 12 total dependents

Rose::HTML::Anchor is an object representation of an HTML anchor, or "a" tag. This class inherits from, and follows the conventions of, Rose::HTML::Object. Inherited methods that are not overridden will not be documented a second time here. See the R...

JSIRACUSA/Rose-HTML-Objects-0.626 - 14 Aug 2023 14:40:38 UTC

Rose::HTML::Object - HTML object base class. River stage two • 10 direct dependents • 12 total dependents

Rose::HTML::Object is the base class for HTML objects. It defines the HTML element name, provides methods for specifying, manipulating, and validating HTML attributes, and can serialize itself as either HTML or XHTML. This class inherits from, and fo...

JSIRACUSA/Rose-HTML-Objects-0.626 - 14 Aug 2023 14:40:38 UTC

Rose::HTML::Script - Object representation of the "script" HTML tag. River stage two • 10 direct dependents • 12 total dependents

Rose::HTML::Script is an object representation of a "script" HTML tag used to reference or wrap scripts (e.g., JavaScript). This class inherits from, and follows the conventions of, Rose::HTML::Object. Inherited methods that are not overridden will n...

JSIRACUSA/Rose-HTML-Objects-0.626 - 14 Aug 2023 14:40:38 UTC

Rose::HTML::Form::Field - HTML form field base class. River stage two • 10 direct dependents • 12 total dependents

Rose::HTML::Form::Field is the base class for field objects used in an HTML form. It defines a generic interface for field input, output, validation, and filtering. This class inherits from, and follows the conventions of, Rose::HTML::Object. Inherit...

JSIRACUSA/Rose-HTML-Objects-0.626 - 14 Aug 2023 14:40:38 UTC

Rose::HTML::Object::Error - Error object. River stage two • 10 direct dependents • 12 total dependents

Rose::HTML::Object::Error objects encapsulate an error with integer id and an optional associated message object. This class inherits from, and follows the conventions of, Rose::Object. See the Rose::Object documentation for more information....

JSIRACUSA/Rose-HTML-Objects-0.626 - 14 Aug 2023 14:40:38 UTC

Rose::HTML::Object::Errors - Error ids and named constants for use with HTML objects. River stage two • 10 direct dependents • 12 total dependents

Rose::HTML::Object::Errors stores error ids and names. The error ids are defined as Perl constants with integer values. The constants themselves as well as the mapping between the symbolic constant names and their values are stored as class data. If ...

JSIRACUSA/Rose-HTML-Objects-0.626 - 14 Aug 2023 14:40:38 UTC

Rose::HTML::Object::Message - Text message object. River stage two • 10 direct dependents • 12 total dependents

Rose::HTML::Object::Message objects encapsulate a text message with an optional integer id. This class inherits from, and follows the conventions of, Rose::Object. See the Rose::Object documentation for more information....

JSIRACUSA/Rose-HTML-Objects-0.626 - 14 Aug 2023 14:40:38 UTC

Rose::HTML::Object::Messages - Message ids and named constants for use with HTML objects. River stage two • 10 direct dependents • 12 total dependents

Rose::HTML::Object::Messages stores message ids and names. The message ids are defined as Perl constants with integer values. The constants themselves as well as the mapping between the symbolic constant names and their values are stored as class dat...

JSIRACUSA/Rose-HTML-Objects-0.626 - 14 Aug 2023 14:40:38 UTC

Rose::HTML::Form::Repeatable - Repeatable sub-form automation. River stage two • 10 direct dependents • 12 total dependents

Rose::HTML::Form::Repeatable provides a convenient way to include zero or more copies of a nested form. See the nested forms section of the Rose::HTML::Form documentation for some essential background information. Rose::HTML::Form::Repeatable works l...

JSIRACUSA/Rose-HTML-Objects-0.626 - 14 Aug 2023 14:40:38 UTC

lib/Rose/HTML/Object/Localized.pm River stage two • 10 direct dependents • 12 total dependents

JSIRACUSA/Rose-HTML-Objects-0.626 - 14 Aug 2023 14:40:38 UTC

lib/Rose/HTML/Object/WithWrapAroundChildren.pm River stage two • 10 direct dependents • 12 total dependents

JSIRACUSA/Rose-HTML-Objects-0.626 - 14 Aug 2023 14:40:38 UTC

lib/Rose/HTML/Object/Exporter.pm River stage two • 10 direct dependents • 12 total dependents

JSIRACUSA/Rose-HTML-Objects-0.626 - 14 Aug 2023 14:40:38 UTC

lib/Rose/HTML/Form/Constants.pm River stage two • 10 direct dependents • 12 total dependents

JSIRACUSA/Rose-HTML-Objects-0.626 - 14 Aug 2023 14:40:38 UTC
80 results (0.033 seconds)