GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Reaction::UI::Widget::Field::Collection(3) User Contributed Perl Documentation Reaction::UI::Widget::Field::Collection(3)

Reaction::UI::Widget::Field::Collection - A field representing a collection

This field class will render a collection of values found in the viewport's "value_names" and localised before passed to the layout.

renders "label" and "list" passing additional variable "viewport"

"content" contains the viewport's label

renders fragment item over the viewport's "value_names"

"content" contains the value of the current item ($_ / $_{_})

  share/skin/base/layout/field/collection.tt

The following layouts are provided:

widget
Renders the "label_box" and "list" fragments.
label_box
Renders a "span" element containing the "label" argument.
list
Renders the "item"s inside a "div" and "ul" element.
item
Renders the "name" argument inside a "li" element.

  share/skin/default/layout/field/collection.tt

This layout set extends the "NEXT" one in the parent skin.

The following layouts are provided:

label_box
The same as in the "base" skin, except the label is surrounded by a "strong" element.

See Reaction::Class for authors.

See Reaction::Class for the license.
2010-10-29 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.