2013-04-22 21 views
0

我真的越來越JS錯誤,下面的裝載功能之後,ExtJS的3.2:JS錯誤在內置功能「onDocumentReady」

Ext.onReady(function(){ 
     aFunc123([{header:'ss',Fn:'aFunc1(1)'}],"",undefined,{showCheck:true}) 
     }) 
     After coming out of "aFunc123" function,extjs immediatly calls "onDocumentReady" function, problem is, passed arguments are undefined,and also I dont know how it`s getting called.Please check out, for this problem I`m getting error like `"Unable to get property 'apply' of undefined or null reference"`. 

請建議我我真的做錯了這裏。

我使用ExtJS 3.2,IE10。

在此先感謝。

回答

0

最近發佈了Ext 3.4.1a以添加IE10支持。您可以從Ext網站下載它。否則,舊版本不支持IE10。

+0

感謝您的回答。應該爲此做些什麼?哪些文件需要複製? – user2144293 2013-04-22 11:54:24