Clickable link
A standard clickable link. This class incorporates a few useful features over and above the standard <A> tag functionality. You can define linkover text to appear in the browser status bar when the mouse moves over the link, and the object can be rendered as either HTML or WML.
Located in /button-defs.php (line 506)
RenderableObject | --Link
Font settings for link text
Stylesheet class name for highlighted link
The URL to go to when link is clicked
The label to display for the link
Status bar text when link moused over
Script to execute on mouse out
Script to execute on mouse over
Style to apply to the link text
Target frame for the URL
Constructor
Defines special highlight class name
Defines the name of a class in your stylesheet to use for the purpose of highlighting. This property is initialised to be 'false', but if defined, then the link is spanned by a <span> tag with the given class name to highlight it accordingly.
Use render() to render this element in your page.
Renders the reset button as HTML.
Sets the font Deprecated. Sets the font to use with the link text. Better to use a stylesheet these days.
Sets the URL Sets the URL to go to when the link is clicked. usually this is specified on instantiation.
Set status text to show on mouseover Will do a mouseover status message, if onmouseover is not already defined, otherwise it will be ignored. This is useful to avoid long and ugly URL's appearing in the status bar.
Renders the reset button as WML.
Inherited From RenderableObject
RenderableObject::RenderableObject()
RenderableObject::html()
RenderableObject::render()
RenderableObject::wml()
RenderableObject::wmlup()
RenderableObject::xml()
Documentation generated by phpDocumentor 1.3.0RC3