Ext1.1.1 helloworld问题求助
我照着Ext1.1.1中的 helloworld 写的
Ext.onReady 这样写:Ext.onReady(HelloWorld.init, HelloWorld, true);
就会报:l.fireFn is undefined
[在此错误处中断] Ext.util.Observable=function(){if(this...is.firing=false;}return true;}};})();
什么都出不来是怎么回事啊???求助
而 Ext.onReady(function() {
.........
}); 这样写就不会报那个错了 但是也是什么都出不来