Public Member Functions | Data Fields

Zend_View_Helper_FormTextarea Class Reference

Inheritance diagram for Zend_View_Helper_FormTextarea:
Zend_View_Helper_FormElement Zend_View_Helper_HtmlElement Zend_View_Helper_Abstract Zend_View_Helper_Interface

Public Member Functions

 formTextarea ($name, $value=null, $attribs=null)

Data Fields

 $rows = 24
 $cols = 80

Detailed Description

Definition at line 39 of file FormTextarea.php.


Member Function Documentation

formTextarea ( name,
value = null,
attribs = null 
)

Generates a 'textarea' element.

public

Parameters:
string | array$nameIf 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$valueThe element value.
array$attribsAttributes for the element tag.
Returns:
string The element XHTML.

Definition at line 74 of file FormTextarea.php.


The documentation for this class was generated from the following file: