Zend 链接或依赖下拉菜单

发布于 2024-08-29 19:01:12 字数 121 浏览 4 评论 0原文

有谁知道如何使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

踏雪无痕 2024-09-05 19:01:13

您可以在操作中使用 processAjax() 方法。使用框架功能是什么意思?

you could use the processAjax() method in the action. What do you mean by using the framework features?

菩提树下叶撕阳。 2024-09-05 19:01:13

目前,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!

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文