Ext combox 取得显示的值和设定默认值

var displayValue= combo.getRawValue();//取得display值

 

 

//在store加载前写

store.on('load', function() {   
      store.setValue(value); 
});

//combo引用该store即可

 

 

 

你可能感兴趣的:(function,ext)