Class Horde_Mobile_textarea

Description

This class provides an input textarea in a Horde_Mobile_form object.

Examples:

$myArea1 = new Horde_Mobile_textarea('fb', '', 'Feedback'); $myArea2 = new Horde_Mobile_textarea('msg', 'Enter message here ...', 'Message', 40, 5);

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

Horde_Mobile_element
   |
   --Horde_Mobile_formElement
      |
      --Horde_Mobile_textarea
Variable Summary
 mixed $_cols
 mixed $_rows
Method Summary
 Horde_Mobile_textarea Horde_Mobile_textarea (string $name, string $value, string $label, [integer $rows = 3], [integer $cols = 16])
Variables
Methods
Constructor Horde_Mobile_textarea (line 997)

Constructor.

Horde_Mobile_textarea Horde_Mobile_textarea (string $name, string $value, string $label, [integer $rows = 3], [integer $cols = 16])
  • string $name: Variable in which the input is sent to the destination URL.
  • string $value: Initial value that will be presented in the textarea.
  • string $label: Describes your textarea on the surfer's screen/display.
  • integer $rows: Rows.
  • integer $cols: Columns.

Inherited Methods

Inherited From Horde_Mobile_formElement

 Horde_Mobile_formElement::setMode()

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:43 +0000 by phpDocumentor 1.4.3