3月2012

めも – ExtJS:Viewport.js

Ext.application の autoCreateViewport: true にすると 
「Ext.Loader is not enabled,…」 エラーで止まる
Ext.Loader.setConfig({enabled:true});を
Ext.application の前に入れるっと..