extjs中关于传递参数传递方式
extjs中关于传递参数
// 国: var PAG007_Cmb_Country = new Ext.form.ComboBox({ width: 130, store : PAG007_Cmb_CustomerName_Store,mode : 'local',editable : false,triggerAction : 'all',valueField : 'COUNTRY_CODE',displayField : 'COUNTRY_NAME',listeners:{ 'select':function(combo, record, index){PAG007_AddressGridPanel_Store.load({params : {'COUNTRY_CODE' : PAG007_Cmb_Country.getValue(),'NAVIGHT_CODE' : PAG007_Txt_Navight_Code.getValue(),'funcId' : params.funcId},callback : function(){ } })}} });listeners:{ 'select':function(combo, record, index){PAG007_AddressGridPanel_Store.load({params : {'COUNTRY_CODE' : PAG007_Cmb_Country.getValue(),'NAVIGHT_CODE' : PAG007_Txt_Navight_Code.getValue(),'funcId' : params.funcId},