Reaction::UI::Widget::Image - An image with optional height and width properties


Reaction documentation  | view source Contained in the Reaction distribution.

Index


NAME

Top

Reaction::UI::Widget::Image - An image with optional height and width properties

DESCRIPTION

Top

FRAGMENTS

Top

widget

The widget layout will be provided with an additional img_attrs argument containing a rendered string of the image's attributes containing:

src

The return value of the viewports uri method.

width

The value of the viewports width attribute if one was found.

height

The value of the viewports height attribute if one was found.

LAYOUT SETS

Top

  share/skin/base/layout/image.tt

AUTHORS

Top

See Reaction::Class for authors.

LICENSE

Top

See Reaction::Class for the license.


Reaction documentation  | view source Contained in the Reaction distribution.