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
Jifty::Web::Form::Link(3) User Contributed Perl Documentation Jifty::Web::Form::Link(3)

Jifty::Web::Form::Link - Creates a state-preserving HTML link

Describes an HTML link that may be AJAX-enabled. Most of the computation of this comes from Jifty::Web::Form::Clickable, which generates Jifty::Web::Form::Links.

Link adds "url" and "escape_label" to the list of possible accessors and mutators, in addition to those offered by "accessors" in Jifty::Web::Form::Element.

Creates a new Jifty::Web::Form::Link object. Possible arguments to the "PARAMHASH" are:
url (optional)
The URL of the link; defaults to the current URL.
tooltip
Additional information about the link.
target
Target of the link. Mostly useful when specified as "_blank" to open a new window or as the name of a already existing window.
escape_label
HTML escape the label and tooltip? Defaults to true
anything from Jifty::Web::Form::Element
Any parameter which "new" in Jifty::Web::Form::Element can take.

Gets or sets the URL that the link links to.

Returns the string of the link, including any necessary javascript.

Render the string of the link, including any necessary javascript.
2013-01-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.