Class Horde_Mobile_link

Description

This class provides a link in a Horde_Mobile, Horde_Mobile_linkset or Horde_Mobile_table object.

Examples:

$myPage = new Horde_Mobile(...);

$myLink = new Horde_Mobile_link('Continue', '/mynextpage.wml'); $myPage->add($myLink);

Located in /Mobile/Mobile.php (line 1247)

Horde_Mobile_element
   |
   --Horde_Mobile_link
Variable Summary
 mixed $_accesskey
 mixed $_label
 mixed $_title
 mixed $_url
Method Summary
 Horde_Mobile_link Horde_Mobile_link (string $label, string $url, [string $title = ''])
Variables
mixed $_accesskey (line 1252)
mixed $_label (line 1249)
mixed $_title (line 1251)
mixed $_url (line 1250)
Methods
Constructor Horde_Mobile_link (line 1266)

Constructor

Horde_Mobile_link Horde_Mobile_link (string $label, string $url, [string $title = ''])
  • string $label: Describes the link on the surfer's screen/display.
  • string $url: Next destination address. MUST be valid XML (& instead of &, etc.).
  • string $title: If a string is provided here, it will be displayed in the HTML browser status bar during "MouseOver", respectively somewhere on the WAP display. In order to work well with a broad range of user agents, keep your title under 6 characters.

Inherited Methods

Inherited From Horde_Mobile_element

 Horde_Mobile_element::Horde_Mobile_element()
 Horde_Mobile_element::get()
 Horde_Mobile_element::set()

Documentation generated on Sun, 30 Jan 2011 05:19:42 +0000 by phpDocumentor 1.4.3