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

Search results for "dist:Apache-Wyrd Apache::Template"

Apache::Wyrd::Template - Self-parsed Wyrd template-attribute River stage zero No dependents

Modifies attributes of the parent Wyrd directly (for making templates) and suspends parsing of the enclosed area. Like attribute, it allows the setting of attributes in the parent that contain HTML tags. HTML ATTRIBUTES name Name of the parent Wyrd's...

WYRD/Apache-Wyrd-0.98 - 15 Apr 2008 21:32:47 UTC

Apache::Wyrd::Form::Template - Sub-form unit Wyrd River stage zero No dependents

Every Form must have at least one Template. Each Template is arranged in order by default representing each step in a multiple-page form, with each Template a step in that sequence. HTML ATTRIBUTES name Name of the form. Required, and must be differe...

WYRD/Apache-Wyrd-0.98 - 15 Apr 2008 21:32:47 UTC

Apache::Wyrd::Attribute - Unparsed Wyrd template/attribute River stage zero No dependents

Modifies attributes of the parent object directly after the enclosed space is fully parsed. This is unlike Apache::Wyrd::Template which does not parse the enclosed area beforehand. Both these Wyrds are meant to provide a comprehensible way of setting...

WYRD/Apache-Wyrd-0.98 - 15 Apr 2008 21:32:47 UTC

Apache::Wyrd - HTML embeddable perl objects under mod_perl River stage zero No dependents

Apache::Wyrd is the core module in a collection of interoperating modules that allow the rapid object-oriented development of web sites in Apache's mod_perl environment (LAMP). This collection includes a very flexible, HTML-friendly method of definin...

WYRD/Apache-Wyrd-0.98 - 15 Apr 2008 21:32:47 UTC

Apache::Wyrd::Input::Opt - Wyrd for passing options to Apache::Wyrd::Input::Set River stage zero No dependents

Roughly equivalent to the <option> HTML tag, but for "Apache::Wyrd::Input::Set" objects, rather than for <select> tags. Opt provides an option to a Set Input. The label is given either as the value attribute or as the enclosed text. The name attribut...

WYRD/Apache-Wyrd-0.98 - 15 Apr 2008 21:32:47 UTC

Apache::Wyrd::View - Show the attributes of an enclosing Wyrd River stage zero No dependents

The View Wyrd is simply a display placemarker for the attributes of the enclosing wyrd. If invoked with no enclosing text, it will replace itself with the value of that one of its parent's attribute indicated under the "attribute" attribute. If it en...

WYRD/Apache-Wyrd-0.98 - 15 Apr 2008 21:32:47 UTC

Apache::Wyrd::Loop - Loop through SQL query results River stage zero No dependents

Loop performs a given query and iterates through the result of the query, "set"-ting the enclosed text for each query item and concatinating the results together. Unlike normal Wyrds, however, the enclosed text is NOT interpreted prior to this treatm...

WYRD/Apache-Wyrd-0.98 - 15 Apr 2008 21:32:47 UTC

Apache::Wyrd::Site::Login - HTML Interface for Apache::Wyrd::Services::(Pre)Auth River stage zero No dependents

The Login Wyrd is used to provide an interface on any page for logging in as a user of the site. It requires three templates: One for the login itself (called "login"), another to show that the user is logged in which can show information about which...

WYRD/Apache-Wyrd-0.98 - 15 Apr 2008 21:32:47 UTC

Apache::Wyrd::Bot - Spawn a process and monitor it River stage zero No dependents

The Bot Wyrd provides a class of objects which operate in the background and independent of the apache process, while being monitored in a browser window. This is useful for showing updates to a time-consuming process, such as building an index or co...

WYRD/Apache-Wyrd-0.98 - 15 Apr 2008 21:32:47 UTC

Apache::Wyrd::Form - Build complex HTML forms from Wyrds River stage zero No dependents

The "Apache::Wyrd::Form" (Form) object provides the core mechanism for processing fill-in forms. The Form requires one or more "Apache::Wyrd::Form::Template" objects (Templates) which provide, on the same page/url/Location, the pages which make up th...

WYRD/Apache-Wyrd-0.98 - 15 Apr 2008 21:32:47 UTC

Apache::Wyrd::Input - Form Input Wyrds (scalar) River stage zero No dependents

This is the base class for Input objects, which are tracked and affected by the Apache::Wyrd::Form (Form) objects that enclose them. The base Input object is meant to replace, in most cases, the input HTML objects: * text inputs * password inputs * t...

WYRD/Apache-Wyrd-0.98 - 15 Apr 2008 21:32:47 UTC

Apache::Wyrd::Defaults - Default data for a Form Wyrd River stage zero No dependents

Provide default values to a parent object. The parent must have a "register_defaults" method to which Defaults passes itself. The defaults are given in the form of a query, and the "sh" method accesses the statement handle of that query. This Wyrd wa...

WYRD/Apache-Wyrd-0.98 - 15 Apr 2008 21:32:47 UTC

Apache::Wyrd::SQLForm - General Form Wyrd for editing data in SQL River stage zero No dependents

The SQLForm is a subclass of Apache::Wyrd::Form. It is meant to simplify the creation of forms that are used to edit data within a database connected to via the "Apache::Wyrd::DBL". The SQLForm makes the assumption that there is a primary table on wh...

WYRD/Apache-Wyrd-0.98 - 15 Apr 2008 21:32:47 UTC

Apache::Wyrd::CGISetter - Set values in a Wyrd according to CGI state River stage zero No dependents

Sets variables in the space it encloses based on CGI params. The variables are denoted by the sequence $:variable_name where the variable_name follows perl rules for variable names. This module uses the "Apache::Wyrd::Interfaces::Setter" conventions....

WYRD/Apache-Wyrd-0.98 - 15 Apr 2008 21:32:47 UTC

Apache::Wyrd::Site::Page - Construct and track a page of an integrated site River stage zero No dependents

Page is the fundamental unit in the Apache::Wyrd::Site hierarchy. It generates the layout of and the meta-information for a "web page" and informs the index of the site about its self and its relationship to other pages. Page is usually used to repre...

WYRD/Apache-Wyrd-0.98 - 15 Apr 2008 21:32:47 UTC

Apache::Wyrd::Form::Preload - Wyrd to load a Form Wyrd with existing data River stage zero No dependents

Provides pre-loaded values to the Form Template in which it resides. The query may return multiple values, in which case it will create an array of hashrefs data structure appropriate for an "Apache::Wyrd::Input::Complex" input if it is flagged to do...

WYRD/Apache-Wyrd-0.98 - 15 Apr 2008 21:32:47 UTC

Wyrd/Site/GDButton.pm River stage zero No dependents

GDButton produces a rectangular button with given text using the GD library. It can produce either image input or img tags, as requested. GDButton uses it's membership in the Apache::Wyrd::Site::Widget class to track changes and decide when the outpu...

WYRD/Apache-Wyrd-0.98 - 15 Apr 2008 21:32:47 UTC

Apache::Wyrd::Site::NavPull - Display a list of documents in a navigation-tree River stage zero No dependents

NavPull is designed to make navigation bars self-managing. It does so by recursively building the hierarchy out of the stated "parent" attributes of indexed Pages. Beginning with a "root", which can be an arbitrary page or (the default) a section roo...

WYRD/Apache-Wyrd-0.98 - 15 Apr 2008 21:32:47 UTC

Apache::Wyrd::Site::TagPull - Display a list of Pages by subject River stage zero No dependents

TagPulls operate on the Page attribute "tags" which is a map attribute of the Index object. Given a search string of these tags, the Index is queried for documents which have those tags as items in their "tags" attribute. The list is returned followi...

WYRD/Apache-Wyrd-0.98 - 15 Apr 2008 21:32:47 UTC

Apache::Wyrd::Services::SAK - Swiss Army Knife of common subs River stage zero No dependents

"Swiss Army Knife" of functions used in Apache::Wyrd. These are mostly internal to the base classes of Wyrds, and are probably better implemented elsewhere in CPAN, but reducing the number of external modules was a goal of the Apache::Wyrd project. *...

WYRD/Apache-Wyrd-0.98 - 15 Apr 2008 21:32:47 UTC
24 results (0.172 seconds)