HTML_Common | --HTML_QuickForm_element | --HTML_QuickForm_textarea
void HTML_QuickForm_textarea( [string $elementName = null], [mixed $elementLabel = null], [mixed $attributes = null])
string getFrozenHtml( )
string getName( )
string getValue( )
void setCols( string $cols)
void setName( string $name)
void setRows( string $rows)
void setValue( string $value)
void setWrap( string $wrap)
string toHtml( )