Ext4中获取下拉框的值

var supplierCombo = Ext.getCmp("rkSupplierCombo_id");
 var supplierId = supplierCombo.getValue();             //获取隐藏值ID
 var supplierName=supplierCombo.rawValue;        //获取显示值name

你可能感兴趣的:(Ext4中获取下拉框的值)