Class Horde_Mobile_rule

Description

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.

Examples:

$myDefaultRule = new Horde_Mobile_rule(); $mySpecialRule = new Horde_Mobile_rule('60%', 4);

$myPage->add($myDefaultRule);

$myPage->add($mySpecialRule);

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

Horde_Mobile_element
   |
   --Horde_Mobile_rule
Variable Summary
 mixed $_size
 mixed $_width
Method Summary
 Horde_Mobile_rule Horde_Mobile_rule ([integer $width = ''], [integer $size = ''])
Variables
mixed $_size (line 1398)
mixed $_width (line 1397)
Methods
Constructor Horde_Mobile_rule (line 1407)

Constructor

Horde_Mobile_rule Horde_Mobile_rule ([integer $width = ''], [integer $size = ''])
  • integer $width: Percentage of screen width or absolute value in number of pixels (e.g. "50%", 100).
  • integer $size: Height of the line to be drawn in pixels.

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