NAME
Reaction::UI::Widget::Field::Container - A field containing multiple values
DESCRIPTION
This widget implements a field containing multiple value viewports found in the current viewport's fields
attribute.
FRAGMENTS
widget
Sets the name
argument to the viewport's name
attribute.
maybe_label
Sets the label
argument to the viewport's label
attribute value and renders the label
fragment when the viewport has a label defined.
field_list
Sequentially renders the fields
of the viewport;
field
Renders the field
viewport passed by field_list
LAYOUT SETS
base
share/skin/base/layout/field/container.tt
The following layouts are provided:
- widget
-
Renders a
fieldset
element containing themaybe_label
andfield_list
fragments. - label
-
Renders a
legend
element for thefieldset
containing thelabel
argument. - field
-
Wraps the next
field
fragment in aspan
element.
AUTHORS
See Reaction::Class for authors.
LICENSE
See Reaction::Class for the license.