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::URI(3) User Contributed Perl Documentation Reaction::UI::Widget::URI(3)

Reaction::UI::Widget::URI - A hyperlink reference by URI value

This widget allows a layout template to render a hyperlink with either a simple string or another viewport as the contents of the link.

Before the "widget" fragment is rendered, the "uri" argument will be set to the return value of the "uri" method on the viewport. The layout will render a hyperlink with the "uri" as value of the "href" attribute and the "display_fragment" fragment as content of the element.

This will render nothing if the viewport doesn't return true when "has_display" is called on it. If it has a "display" defined and it is a viewport, the "_" argument will be set to it and the "viewport" fragment (inherited from Reaction::UI::Widget will be rendered. If the "display" is not a viewport, the "string_value" argument will be set and the "display_string" layout will be rendered.

"display_fragment" is only implemented in the widget class.

Only implemented in the layout set. This will simply output the value of the "string_value" argument as content of the hyperlink element.

  share/skin/base/layout/uri.tt

This layout set will look for a widget called "URI" in the "widget_search_path".

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.