Edward Haber wrote:
> 
> 
> 2) And as a second question: I can't find any way to do this. Is there  
> any way to just insert a random blob or row of HTML in your form like:
> <dl>
>       <dt>Label</dt><dd><input type...></dd>
>       <dt>Label</dt><dd><input type...></dd>
>       <dt>Label</dt><dd><input type...></dd>
> 
>       <p>Hi look at me!</p>
> 
>       <dt>Label</dt><dd><input type...></dd>
>       <dt>Label</dt><dd><input type...></dd>
> </dl>
> Is there any way to insert the line "Hi look at me!" without  
> decorating the element above it or below it and without creating a  
> custom class?
> 

I would suggest using a ViewScript. See here:

http://framework.zend.com/manual/en/zend.form.standardDecorators.html#zend.form.standardDecorators.viewScript

-- 
View this message in context: 
http://www.nabble.com/Zend_Form-File-element-toggle-between-image-tp19708562p19838572.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to