ext panel load URL的时候 一直是LOADING???

centerPanel.load({
          url:"a.html",
       //callback: yourFunction,
       scope: this, // optional scope for the callback
       //discardUrl: false,
       //nocache: false,
       text: "Loading...",
       timeout: 30,
       scripts: true

         });

 

你用FireBug看 Net 部分 a.html 路径对不对 返回的数据正确不,js 有没有error?

或改为 scripts: false 试试