I need something like addElementDecorators() :D Regards, Saša Stamenković
On Tue, Sep 29, 2009 at 3:46 PM, umpirsky <[email protected]> wrote: > > Hi. > > I'm trying to do the following thing. > > I have some form, and I'm putting elements on it one by one, when I finish, > I call setElementDecorators() to customize rendering. That works perfect, > but now I want to add decorator to 3rd element, but setElementDecorators() > owerwrites them, if I call setElementDecorators before adding elements, it > takes no effect! > > How can I achieve this without setting decorators for each element one by > one? > > Regards, > Sasa Stamenkovic. > -- > View this message in context: > http://www.nabble.com/Decorators-again-tp25663367p25663367.html > Sent from the Zend Framework mailing list archive at Nabble.com. > >
