NAME
Reaction::UI::Widget::Grid::Member::WithActions - Grid members with actions
DESCRIPTION
This is a subclass of Reaction::UI::Widget::Grid::Member additionally providing actions per member.
FRAGMENTS
actions
Renders the action
fragment with every item in the viewports actions
.
action
Renders the viewport
fragment provided by Reaction::UI::Widget, thus rendering the current viewport stored in the _
topic argument provided by the actions
fragment.
LAYOUT SETS
base
share/skin/base/layout/collection/grid/member/with_actions.tt
This layout set extends the collection/grid/member
layout set in the parent skin.
The following layouts are provided:
- field_list
-
First renders the original
field_list
fragment, then theactions
fragment. - action
-
Simply renders the next
action
fragment in line.
default
share/skin/default/layout/collection/grid/member/with_actions.tt
This layout skin extends the collection/grid/member
layout set in the parent skin.
The following layouts are provided:
- field_list
-
The same as in the
base
skin. - action
-
Renders the original
action
fragment surrounded by atd
element.
SEE ALSO
AUTHORS
See Reaction::Class for authors.
LICENSE
See Reaction::Class for the license.