如何在 extjs 3.2.1 中创建多选组合框?

问题描述

我有一个面板,里面有一个组合,我尝试了多种方法,即使使用 multiselected: true(但它似乎适用于高于 4 的版本),我怎么能在这个旧版本中做到这一点?

{
xtype : 'combo',id : 'cmbSociedad',allowBlank : true,forceSelection : true,autoLoad : true,blankText : campoNoVacio,fieldLabel : contratoBuscadorSociedadKonecta,emptyText : contratoBuscadorBlankTextSociedadKonecta,store : storeSociedades,displayField : 'nombreCif',valueField : 'id',selectOnFocus : true,mode : 'local',typeAhead : false,editable : true,triggerAction : 'all',width : 500,value : ''
}

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)