Hi Zladivliba,
What behavior are you expecting?  When I create a simpletextarea in both
fashions they behave the same, and when I create a textarea in both fashions
they both auto-expand as you type and hit enter.

You can also attempt to use the view helper in your view script: 

echo $this->textarea(
    'foo',
    'Start writing here...',
    array(),
    array('style' => 'width: 300px;')
);


-Chris
-- 
View this message in context: 
http://n4.nabble.com/Zend-dojo-form-bug-tp1477264p1477383.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to