nwhiting wrote:
> 
> Hello,
> 
> I am using the Zend_Form and am Having quite a few problems with the
> decoration.
> 
> What I am trying to achieve is get the form to render with the following
> html output of something like this
> 
> <div class="something">
>    <div class="something"> 
>        <label></label>
>    </div>
>    <div class="something">
>         <input>
>    </div>
> </div>
> 
> And I need to accomplish this for each form element and really cant find a
> way to accomplish this?
> 

I found this article very helpful: 
http://devzone.zend.com/article/3450-decorators-with-zend_form


-- 
View this message in context: 
http://www.nabble.com/Zend_Form-Decoration-tp20118548p20120251.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to