X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/d41dc04ad17d1d9125fb2cf72db2b4782dbe3a8c..6b044c28b5f26fb99c86c237ffad19741c0f7f3d:/docs/output/Ext.state.Manager.html diff --git a/docs/output/Ext.state.Manager.html b/docs/output/Ext.state.Manager.html index 953e2cf5..b14e2112 100644 --- a/docs/output/Ext.state.Manager.html +++ b/docs/output/Ext.state.Manager.html @@ -1,141 +1,19 @@ -
Package: | Ext.state |
Defined In: | StateManager.js |
Class: | Manager |
Extends: | Object |
Package: | Ext.state |
Defined In: | StateManager.js |
Class: | Manager |
Extends: | Object |
// in your initialization function
init : function(){
Ext.state.Manager.setProvider(new Ext.state.CookieProvider());
var win = new Window(...);
win.restoreState();
-}
Method | Defined By | |
---|---|---|
clear( String name )
+ :
+ voidClears a value from the state Clears a value from the state Parameters:
| Manager | |
get( String name , Mixed defaultValue )
+ :
+ MixedReturns the current value for a key Returns the current value for a key Parameters:
| Manager | |
getProvider()
+ :
+ Provider Gets the currently configured state provider Gets the currently configured state provider Parameters:
| Manager | |
set( String name , Mixed value )
+ :
+ voidSets the value for a key Sets the value for a key Parameters:
| Manager | |
setProvider( Provider stateProvider )
+ :
+ voidConfigures the default state provider for your application Configures the default state provider for your application Parameters:
| Manager |