简体   繁体   English

ExtJS多选组合框

[英]ExtJS multi-select combo box

I'm using ExtJS 2.3.0 and am looking for a combo box that allows mulitple selection, ie the equivalent of 我正在使用ExtJS 2.3.0,我正在寻找一个允许多种选择的组合框,即相当于

<select multiple="multiple" name="langs">
  <option value="">Groovy</option>
  <option value="ct1">VB</option>
  <option value="ct2">Lisp</option>
</select>

I've looked through the API docs and found a ComboBox class, but can't see how to turn on multiple selection. 我查看了API文档并找到了一个ComboBox类,但看不到如何打开多个选择。

Update 更新

I chose this 3rd party component, though this one looks a lot fancier 我选择了这个第三方组件,虽然这个组件看起来很漂亮

ExtJS forum lists at least a few possibilities but they're plugins: ExtJS论坛列出了至少一些可能性,但它们是插件:

Multiselect combo boxes 多选组合框

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM