『转』如何判断Store加载完毕

store.load({ 
      callback : function(r, options, success) { 
          if (success == false) { 
               Ext.Msg.alert("ERROR",   "There was an error parsing the Country Combo.");
          }
          else{
            alert(store.getTotalCount());
          } 
      } 
  });

posted @ 2011-01-06 15:06  Jamie  阅读(479)  评论(0编辑  收藏  举报