![]() |
![]()
| ![]() |
![]()
NAMEJifty::Web::Form::Link - Creates a state-preserving HTML link DESCRIPTIONDescribes 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. accessorsLink 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. new PARAMHASHCreates a new Jifty::Web::Form::Link object. Possible arguments to the "PARAMHASH" are:
url [URL]Gets or sets the URL that the link links to. as_stringReturns the string of the link, including any necessary javascript. renderRender the string of the link, including any necessary javascript.
|