X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/ee06f37b0f6f6d94cd05a6ffae556660f7c4a2bc..c930e9176a5a85509c5b0230e2bff5c22a591432:/docs/output/Ext.state.Manager.html diff --git a/docs/output/Ext.state.Manager.html b/docs/output/Ext.state.Manager.html index 953e2cf5..6d5efdb4 100644 --- a/docs/output/Ext.state.Manager.html +++ b/docs/output/Ext.state.Manager.html @@ -1,141 +1,19 @@ -
-
- Properties - Methods - Events - Direct Link -
-

Class Ext.state.Manager

- - - - - -
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 +

Class Ext.state.Manager

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 class is a singleton and cannot be created directly.
- -
- -

Public Properties

-
This class has no public properties.
-

Public Methods

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
MethodDefined By
- -

Public Events

-
This class has no public events.
-
\ No newline at end of file +
// 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

MethodDefined By

Public Events

This class has no public events.
\ No newline at end of file