X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/b37ceabb82336ee82757cd32efe353cfab8ec267..f5240829880f87e0cf581c6a296e436fdef0ef80:/docs/output/Ext.state.Manager.html diff --git a/docs/output/Ext.state.Manager.html b/docs/output/Ext.state.Manager.html index bb754d75..b14e2112 100644 --- a/docs/output/Ext.state.Manager.html +++ b/docs/output/Ext.state.Manager.html @@ -1,4 +1,4 @@ -
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 +

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