Creates the page in the appropriate markup language. Depending on the renderer type, HTML (pure HTML, handheldfriendly AvantGo HTML, i-mode cHTML, MML), WML or HDML code is created.
This class defines a form with various possible input elements. The input elements have to be defined as separate objects and are linked to the form with a special "add" function. One Horde_Mobile object can contain only one Horde_Mobile_form object.
This class provides a phone number in a Horde_Mobile object. If supported by their mobile device, users can establish a voice connection to the specified number.
This class will cause a horizontal rule to be drawn across the screen. You can use it to separate text paragraphs in Horde_Mobile or Horde_Mobile_form objects.
Creates the page in the appropriate markup. Depending on the clients browser type pure HTML, handheldfriendly AvantGo HTML, i-mode cHTML, or MML is created.
Attempts to return a concrete Horde_Mobile_Renderer instance based on $type. It will only create a new instance if no renderer with the same parameters currently exists.