2013年6月3日
摘要: 1 Ext.Loader.setConfig({ 2 enabled: true, 3 paths : {//'类名前缀':'对应路径' 4 'App.ux' : 'lib' 5 } 6 }); 7 //或者用setPath设置匹配路径 8 //Ext.Loader.setPath('App.ux', 'lib');//'类名前缀','所在路径' 9 Ext.require(['App.ux.MusicWin']);//引入App.ux(也就是lib) 阅读全文
posted @ 2013-06-03 02:16 xsSystem 阅读(1578) 评论(0) 推荐(0) 编辑