Ext的store怎么判断加载完成? 我好多数据都是自动加载的。。。
最佳答案: ext的store的加载是异步的,不要用东西去检测他是否加载完成。 正确的方法是注册store的加载完成事件 store.on("load",function(store){ alert("我加载...更多关于Ext 关于Store加载数据显示的问题的问题>>
extjs store 数据加载问题_百度知道
extjs store 数据加载问题initComponent : function() { var store=Ext.create('Ext.data.Store'... function getValue(){//返回 store中的一个id} this...更多关于Ext 关于Store加载数据显示的问题的问题>>