GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Reaction::UI::Widget::Value::Image(3) User Contributed Perl Documentation Reaction::UI::Widget::Value::Image(3)

Reaction::UI::Widget::Value::Image - An image tag or non-image alternative

This widget allows you to render an image container that uses different fragments for available and non-available images.

Has only layout implementation. The widget fragment is inherited from Reaction::UI::Widget. The layout will simply render the "image" fragment. This fragment can be overwritten by your own layout to render, for example, a frame around the image.

Is only implemented in the widget. If the viewport has a true value in "value_string", the "uri" argument will be set to the value of the "uri" attribute or method return value of the viewport, and the "has_image" fragment will be rendered.

If "value_string" is false, the "no_image" fragment will be rendered.

This is only implemented in the layout file. It contains just an image tag and will be rendered when the viewport has a true "value_string".

This has only an empty implementation in the layout file. It will output nothing and is called when then viewport has a false "value_string".

  share/skin/base/layout/value/image.tt

See Reaction::Class for authors.

See Reaction::Class for the license.
2010-10-29 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.