2012-06-27 34 views
6

Trong ExtJS 3.3.1, tôi đã cố gắng để làm cho comboBox để đa lựa chọn, nhưng nó không hoạt động.ComboJS comboBox multiselect

Vui lòng trợ giúp.

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"); 

Trả lời