Class Zend_View_Helper_FormTextarea

Description

Helper to generate a "textarea" element

  • license: New BSD License
  • copyright: Copyright (c) 2005-2007 Zend Technologies USA Inc. (http://www.zend.com)

Located in /Zend/View/Helper/FormTextarea.php (line 38)

Zend_View_Helper_FormElement
   |
   --Zend_View_Helper_FormTextarea
Variable Summary
 int $cols
 int $rows
Method Summary
 string formTextarea (string|array $name, [mixed $value = null], [array $attribs = null])
Variables
int $cols = 80 (line 56)

The default number of columns for a textarea.

  • access: public
int $rows = 24 (line 47)

The default number of rows for a textarea.

  • access: public
Methods
formTextarea (line 73)

Generates a 'textarea' element.

  • return: The element XHTML.
  • access: public
string formTextarea (string|array $name, [mixed $value = null], [array $attribs = null])
  • string|array $name: If a string, the element name. If an array, all other parameters are ignored, and the array elements are extracted in place of added parameters.
  • mixed $value: The element value.
  • array $attribs: Attributes for the element tag.

Inherited Methods

Inherited From Zend_View_Helper_FormElement

 Zend_View_Helper_FormElement::_getInfo()
 Zend_View_Helper_FormElement::_hidden()
 Zend_View_Helper_FormElement::_htmlAttribs()

Documentation generated on Thu, 18 Jan 2007 09:54:23 -0800 by phpDocumentor 1.3.1