将 lable 设置为 zend 框架中 createElement 方法创建的元素
大家好,
我正在寻找一个可以告诉我如何为由 createElement() 方法以 zend 形式创建的元素设置标签的人。 strong>
我想创建带有标签的输入元素数组。
感谢Adv。
Hello All,
I'm looking for someone who can tell me how to set a label to an element created by createElement() method in zend form.
I want to create an array of input elements with label.
Thanks In Adv.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
在 ZF1 中,如果已经创建了一个元素并将其添加到表单中,并且您想稍后更改标签。获取该元素并对其使用 setLabel 方法:
In ZF1, If an element has already been created and added to a form and you want to change the label later. Grab the element and use the setLabel method on it: