0

加载以下函数后,我收到 js 错误,

  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。

提前致谢。

4

1 回答 1

0

最近发布的 Ext 3.4.1a 添加了对 IE10 的支持。您可以从 Ext 网站下载它。否则,旧版本不支持 IE10。

于 2013-04-22T11:37:57.973 回答