开发者

Zend Form elements in div

开发者 https://www.devze.com 2023-01-13 15:47 出处:网络
I am creating a form, using Zend Form. I have 8 input elements. And I want to placing first 6 elements in one div, and others in second. How I can do this?

I am creating a form, using Zend Form. I have 8 input elements. And I want to placing first 6 elements in one div, and others in second. How I can do this? I am tried to u开发者_如何学JAVAse addDisplayGroup(), but it was unsuccessful.

Or may be you know how to create a link in form?


You should probably use a decorator, such as Zend_Form_Decorator_HtmlTag.

0

精彩评论

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