Matthew Weier O'Phinney-3 wrote:
> 
>     $form->addElement('submit', 'submit', array(
>         'ignore'     => true,
>         'required'   => false,
>         'decorators' => array(
>             'ViewHelper',
>         ),
>     ));
> 
> It sounds to me like you may benefit from my recent decorators
> tutorials:
> 
>     http://short.ie/zfdecorators
> 

hmm i read
http://weierophinney.net/matthew/archives/215-Rendering-Zend_Form-decorators-individually.html#extended
and found out that i cant just do a <?=$this->form ?> in my phtml. i must do
render on each form element? like $this->form->name->render() ...?

-- 
View this message in context: 
http://www.nabble.com/Remove-Edit-Decorators-from-Form-Elements-%28eg.-submit-hidden%29-tp23291306p23343855.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to