Try:
$textarea_element->addDecorator('HtmlTag', array('tag' => 'div'));
This place a div tag instead a dd tag.
Works.
vladimirn wrote:
>
> I need just a simple text area where you can type :
> First row in text area (i would like to press Enter here and to type in
> next row)
> Next row here[Enter]
> And so on..
>
> Well when i press Enter key within Zend Dojo textarea field, nothing
> happens, and you can type forever, no way to make a new row pressing
> Enter.. I cant find the way to have a simple textarea field.
>
> How to make this?
>
> Thanks,
> V
>
--
View this message in context:
http://www.nabble.com/zend-dojo-text-area--how-that-work--tp19498776p20596217.html
Sent from the Zend Framework mailing list archive at Nabble.com.