使用 Zend_Form_Decorator 自定义表单
如何使用 Zend_Form_Decorator 自定义表单?如何在表单中添加段落?使用 Zend_Form 做一些简单的事情是如此困难:(
How can I customize my form using Zend_Form_Decorator? And how can I add a paragraph inside the form? It is just so difficult to do some simple things using Zend_Form :(
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
虽然从技术上讲这不是同一个问题,但不久前有人提出了非常相似的问题:使用 ViewScript 装饰器关于嵌套子表单(Zend Form)
您可以在答案中获得许多有趣的链接,这些链接可以帮助您开始使用装饰器。例如,如果您想在表单内添加一些标记,您可以单独渲染元素(上述问题中的详细信息和链接)。
希望有帮助,
While it's not technically the same question, something very similar was asked not long ago: Using ViewScript Decorator on Nested Subforms (Zend Form)
You can get many interesting links in the answers, that can help you to get started with decorators. For instance, if you want to add some markup inside the form, you could render the elements separately (details and links in the above question).
Hope that helps,