码迷,mamicode.com
首页 > 其他好文 > 详细

Ext4报错Uncaught Ext.Loader is not enabled

时间:2014-08-28 18:05:05      阅读:175      评论:0      收藏:0      [点我收藏+]

标签:sp   on   ad   c   res   app   ui   js   as   

提示:

Uncaught Ext.Loader is not enabled, so dependencies cannot be resolved dynamically. Missing required class: AM.controller.Users

提示该错误的原因是因为Ext默认是不开启动态加载的。 只需要在Ext.onReady函数中加上以下语句,就可以手动开启动态加载了。 

解决方法:

在app.js加入:Ext.Loader.setConfig({enabled:true});

 

Ext4报错Uncaught Ext.Loader is not enabled

标签:sp   on   ad   c   res   app   ui   js   as   

原文地址:http://www.cnblogs.com/yshyee/p/3942087.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!