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