Zend 链接或依赖下拉菜单
有谁知道如何使用 Zend 框架正确制作依赖下拉菜单? 我找到了多种方法来做到这一点,但它们都没有使用框架功能。
相关下拉菜单:“B”上显示的选项取决于“A”上选择的选项。
感谢您的帮助, 此致,
Does anyone knows how to properly make dependent dropdowns using the Zend Framework?
I've found several ways to do so, but none of them is using the framework features.
Dependent Dropdown: The options shown on the "B" , depends on the option selected on the "A" .
Thanks for your help,
Best regards,
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以在操作中使用 processAjax() 方法。使用框架功能是什么意思?
you could use the processAjax() method in the action. What do you mean by using the framework features?
目前,Zend Framework (v1.10) 中没有用于过滤选择的内置功能。
我遇到的下一个最佳解决方案可能是 Zend_Dojo_Form_Element_FilteringSelect 但我不喜欢它。
我计划通过将标准 ZF 组件与 ajax 或 jquery 集成来编写我自己的 FilteringSelect 组件......有一天!
This is currently no built in functionality for filtering selects in Zend Framework (v1.10).
The next best solution I came across was probably the Zend_Dojo_Form_Element_FilteringSelect but I don't like it.
Iim planning to write my own FilteringSelect component by integrating the standard ZF component with ajax or jquery... one day!