开发者

Zend_Form_Element_Image is needed here?

开发者 https://www.devze.com 2023-01-10 04:05 出处:网络
How can I make image preview and image-loader (to replace existing image) into the form via only one Zend element. Zend Framework have any solution?

How can I make image preview and image-loader (to replace existing image) into the form via only one Zend element. Zend Framework have any solution?

Zend_Form_Element_Image can be helpfull for that, or I need write my self Zend Element开发者_如何学编程?


you could simply create My_Form_Element_Xhtml. like that you can add anyting as a form element. i use that for output of wysiwyg editor contents between form elements :)

0

精彩评论

暂无评论...
验证码 换一张
取 消