Re: [fw-general] How to add a Link into a group of Zend Form elements?

2009-01-13 Thread PHPScriptor
this is not 100%. And it's maybe not ment to be used like this but what you could do is create an hidden field, set a description and make de description decorator escape => false. Why can't u use setlabel? 'Cause you can't set the escape to false in the decorator. It's always escaping. Somethin

[fw-general] How to add a Link into a group of Zend Form elements?

2009-01-13 Thread Michel Morelli
Hi all. I have this piece of code : $this->addDisplayGroup(array('id_brand','id_model','version'),'DatiMezzo',array('legend' => 'Dati automezzo')) ->addDecorator('HtmlTag', array('tag' => 'div)); } And it is ok, the three elements are inside a fieldset. But now, I need to insert