在 ExtJS ComboBox 旁边添加两个按钮

发布于 2024-10-12 11:24:41 字数 161 浏览 2 评论 0原文

我需要在 ExtJS ComboBox 旁边放置一个“添加”按钮和一个“删除”按钮。这三个元素位于一行中至关重要,因为我也必须将其应用于字段集中的所有其他组合框。

请注意,给定的组合框是字段集的项目。用上下文菜单项替换按钮并不是理想的解决方案。

你能给我一些想法吗?提前致谢。

I need to place an Add button and a Remove button next to an ExtJS ComboBox. It's critical for these three elements to be in a single line because I have to apply this to all other ComboBoxes in the fieldset too.

Please notice that the given ComboBoxes are items of a fieldset. Replacing the buttons with context menu items is not the desired solution.

Can you give me some ideas? Thanks in advance.

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

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

发布评论

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

评论(2

装纯掩盖桑 2024-10-19 11:24:41

为此,您可以将所有三个元素(组合框和两个按钮)放置在具有布局 hbox 的容器中。这会将它们全部放在同一行中。

希望这有帮助。

For this, you can place all the three elements - combobox and the two buttons - in a container with layout hbox. This will place all of them in the same line.

Hope this helps.

苏别ゝ 2024-10-19 11:24:41

Ext.form.FieldContainer 是您需要的类。

它有一个标签,可以很好地与您的表单一起布局,但可以包含多个字段和控件。

Ext.form.FieldContainer is the class you need.

It has a label and will layout nicely with your form, but can contain multiple fields and controls.

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