Re: [fw-general] Zend_Form File element toggle between image

2008-10-06 Thread drj201
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: > > Label > Label > Label > > Hi look at me! > > Label > Label > > Is there any wa

Re: [fw-general] Zend_Form File element toggle between image

2008-10-04 Thread Chris Martin
Edward Haber wrote: > > > 3) Is there a problem with the current version of the > Zend_Form_Element_File? The element doesn't appear to print with the > row decorator. > > I am also seeing this problem in the release-1.6 branch (rev 11673)... I've created an issue report: http://framew

[fw-general] Zend_Form File element toggle between image

2008-09-27 Thread Edward Haber
Thanks in advance for any thoughts on the following: 1) Can anyone suggest the best way to implement the following in a form: a Zend_Form_Element_File if no image has been uploaded. But if an image has been uploaded, the image appears with a "delete" button. Would a custom form element be b