摘要: uncaught exception: Ext.Loader is not enabled, so dependencies cannot be resolved dynamically. Missing required class: AM.controller.users原因是Ext默认不开启动态加载解决办法:在aap.js中加入这么一句话(function(){ Ext.onReady(function(){ Ext.Loader.setConfig({enabled:true}); ... });})();requires.push is not a function发现问题出... 阅读全文
posted @ 2012-07-16 14:10 修炼之道 阅读(369) 评论(1) 推荐(0)