ExtJS 2 表单,后一个显示与第一个表单相关的结果

发布于 2024-11-25 15:13:02 字数 205 浏览 0 评论 0原文

我有一个表单,其中有列表和一个提交按钮,当从列表中选择一个项目时,另一个表单将打开,其中包含与从第一个表单中选择的项目相对应的项目。我想要做的是在选择新项目时隐藏第二个表单,每当单击提交按钮时更新第二个表单的下拉列表以显示与从第一个表单中选择的选项关联的项目。因此,单击时处理程序应隐藏第二个表单,更新列表并再次显示表单。当我这样做时,我会得到空白表单,每次单击提交时都会添加新的(第二个)表单。

I have a form, which has lists, and a submit button, when an item is chosen from the list another form opens, containing items corresponding to the item chosen from the first form. What I want to do is hide the second for when new item is chosen, update the dropdown of the second form to show items associated with the option chosen from the first form, whenever submit button is clicked. So on click the handler should hide second form, update the list and show the form again. When I do this, I get blank form, and everytime I click submit it adds new (2nd) form.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

纵情客 2024-12-02 15:13:02

我添加了 idCounter,它只是向每个 div 或表单添加了 +1,并且在隐藏和显示时创建了新的。

I added idCounter, which just added +1 to each div or form, and when hiding and showing, new ones created.

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