Reaction::UI::Widget::Object - Widget to implement rendering of an object


Reaction documentation  | view source Contained in the Reaction distribution.

Index


NAME

Top

Reaction::UI::Widget::Object - Widget to implement rendering of an object

DESCRIPTION

Top

FRAGMENTS

Top

container_list

Sequentially renders the fields of the viewport found in its containers method return values.

container

Renders the field viewport passed by container_list.

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.

DEPRECATED FRAGMENTS

Top

field_list

Sequentially renders the fields of the viewport;

field

Renders the field viewport passed by field_list

LAYOUT SETS

Top

base

  share/skin/base/layout/object.tt

The following layouts are provided:

widget

Renders the container_list fragment.

container

Renders the container viewport.

default

  share/skin/default/layout/object.tt

This layout set inherits from the one with the same name in the base skin.

The following layouts are provided:

container

Renders the container viewport.

AUTHORS

Top

See Reaction::Class for authors.

LICENSE

Top

See Reaction::Class for the license.


Reaction documentation  | view source Contained in the Reaction distribution.