我如何从组合框中获取选定的复选框?举例说明从组合框中获取选定的复选框值
我正在寻找类似带有复选框选择的组合框(该页面上的第二个,选择列表):
http ://www.smartclient.com/smartgwt/showcase/#multi_select_combobox_category
请提供代码片段以从 GWT 中的组合框中获取选定的复选框值外部。
谢谢。
I am looking for something like combobox with checkbox selection(second one on that page, the picklist):
http://www.smartclient.com/smartgwt/showcase/#multi_select_combobox_category
please give code snippet to get selected checkboxes values from combobox in GWT EXT.
thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 LovCombo,该组件实现了一个带有复选框的组合框。看一下:http://lovcombo.extjs.eu/
You can use the LovCombo, this component implements a combobox with checkboxes inside. Take a look at: http://lovcombo.extjs.eu/