X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/2e847cf21b8ab9d15fa167b315ca5b2fa92638fc..6b044c28b5f26fb99c86c237ffad19741c0f7f3d:/docs/output/Ext.state.Manager.html?ds=sidebyside
diff --git a/docs/output/Ext.state.Manager.html b/docs/output/Ext.state.Manager.html
index 78568783..b14e2112 100644
--- a/docs/output/Ext.state.Manager.html
+++ b/docs/output/Ext.state.Manager.html
@@ -1,11 +1,11 @@
-
Package: | Ext.state |
Defined In: | StateManager.js |
Class: | Manager |
Extends: | Object |
This is the global state manager. By default all components that are "state aware" check this class
-for state information if you don't pass them a custom state provider. In order for this class
-to be useful, it must be initialized with a provider when your application initializes. Example usage:
-
// in your initialization function
-init : function(){
- Ext.state.Manager.setProvider(new Ext.state.CookieProvider());
- var win = new Window(...);
- win.restoreState();
+This is the global state manager. By default all components that are "state aware" check this class
+for state information if you don't pass them a custom state provider. In order for this class
+to be useful, it must be initialized with a provider when your application initializes. Example usage:
+
// in your initialization function
+init : function(){
+ Ext.state.Manager.setProvider(new Ext.state.CookieProvider());
+ var win = new Window(...);
+ win.restoreState();
}
This class is a singleton and cannot be created directly.Public Properties
This class has no public properties.
Public Methods
|
| clear( String name )
:
voidClears a value from the state Clears a value from the state Parameters:name : StringThe key name Returns: | Manager |
| get( String name , Mixed defaultValue )
|