關於ExtJS在使用下拉列表框的二級聯動獲取數據

使用下拉列表框的二級聯動獲取數據,若是第一個下拉列表框有默認值時,須要設置fireEvent執行select事件ui

示例:code

var combo = Ext.getCmp("modifyBuildCom");
combo.setValue(record.get('buildingName')).fireEvent('select',combo,combo.getStore().findRecord('    name',combo.value));
相關文章
相關標籤/搜索