2012-06-27 2 views
6

Dans l'ExtJS 3.3.1, j'ai essayé de faire de comboBox multi select, mais cela ne fonctionne pas.EXTJS comboBox multiselect

Aidez-nous s'il vous plaît.

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

Répondre