【发布时间】:2012-06-29 02:01:06
【问题描述】:
在 ExtJS 3.3.1 中,我尝试将 comboBox 设置为 multi select ,但它不起作用。
请帮忙。
var mArray = new Array("ALL", "AAA", "BBB");
var mCombo = new Ext.form.ComboBox({ id: 'ID', fieldLabel: 'ID',
triggerAction: 'all',
height: 100, width: 163,
multiSelect: true,
store: mArray
});
Ext.getCmp('mCombo').setValue("ALL");
【问题讨论】:
标签: javascript extjs extjs3