| Reaction documentation | view source | Contained in the Reaction distribution. |
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:
Renders the label_box and list fragments.
Renders a span element containing the label argument.
Renders the items inside a div and ul element.
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:
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.
| Reaction documentation | view source | Contained in the Reaction distribution. |