ExtJs:在前台判断Combobox的store 是否为空
点击Combobx时,在前台判断Combobox的store 是否为空Combobox三角下拉箭头的监听为 'focus' ,在点击下拉箭头时判断是否为空 先加载storestore.load();将Combobox的加载模式设置为本地加载combobox = new Ext.form.ComboBox({store : store,mode : "local",//本地加载 }