Ext.state.CookieProvider = function(config){
Ext .state.CookieProvider.superclass.constructor.call(this);
this.path = "/";
this.expires = new Date(new Date().getTime() (1000*60) *60* 24*7)); //7 日
this.domain = null;
Ext.apply(this, config); this.readCookies ();
};
Ext.state.CookieProvider = function(config){
Ext.state.CookieProvider.superclass.constructor.call(this); "/" ;
this.expires = new Date(new Date().getTime() (1000*60*60*24*7)); //7 日
this.domain = null; >this.secure = false;
this.state = this.readCookies();
デフォルトの保存時間を変更するには値を入力します。例:
コードをコピーします
または、次のコードを Ext.onReady 関数の先頭に追加することもできます
コードをコピーします