摘要: //http://www.sencha.com/forum/showthread.php?188318-Ext.Loader.loadScriptFile-wrong-URLExt.Loader.loadScriptFile("/a.js", function() { console.log('hello loadScriptFile callback'); }, undefined, true);//you can load script from local//and also, you can load script from remote serve 阅读全文
posted @ 2014-01-23 23:26 zyip 阅读(318) 评论(0) 推荐(0)
摘要: //http://www.sencha.com/learn/sencha-class-systemvar Person = new Ext.Class({ name: 'Mr. Unknown', walk: function(steps) { alert(this.name + ' is walking ' + steps + ' steps'); }});//http://docs.sencha.com/touch/2.2.1/#!/guide/class_system//Ext.ns('My.sample');//defin 阅读全文
posted @ 2014-01-23 23:06 zyip 阅读(190) 评论(0) 推荐(0)