次のように Ext History を初期化しようとすると、Ext 4.0.7 を使用しています。
Ext.require(['Ext.util.History']);
Ext.onReady(function(){
Ext.util.History.init();
});
私が得る:
Uncaught TypeError: Cannot read property 'value' of null ext-all-debug.js:89797
Ext.define.startUp ext-all-debug.js:89797
Ext.define.init ext-all-debug.js: 89858
(匿名関数) dashboard.js:5
(匿名関数) ext-all-debug.js:10122
call ext-all-debug.js:10078
私が間違っているかもしれないアイデアはありますか?