获取combox ID值:

var valueField =  Ext.getCmp('ComboBoxId').getValue();


获取显示值:


var displayField =  Ext.getCmp('ComboBoxId').getRawValue();