X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/2e847cf21b8ab9d15fa167b315ca5b2fa92638fc..ddde20c4d4ac6a8d53de079761155de813845b3c:/docs/output/Ext.state.CookieProvider.html diff --git a/docs/output/Ext.state.CookieProvider.html b/docs/output/Ext.state.CookieProvider.html index b3568fb6..02cab98f 100644 --- a/docs/output/Ext.state.CookieProvider.html +++ b/docs/output/Ext.state.CookieProvider.html @@ -1,14 +1,14 @@ -
Provider CookieProvider
Package: | Ext.state |
Defined In: | CookieProvider.js |
Class: | CookieProvider |
Extends: | Provider |
var cp = new Ext.state.CookieProvider({
- path: "/cgi-bin/",
- expires: new Date(new Date().getTime()+(1000*60*60*24*30)), //30 days
- domain: "extjs.com"
- });
- Ext.state.Manager.setProvider(cp);
Config Options | Defined By | ||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
domain : String The domain to save the cookie for. Note that you cannot specify a different domain than
-your page is on, but you ca... The domain to save the cookie for. Note that you cannot specify a different domain than
-your page is on, but you can specify a sub-domain, or simply the domain itself like 'extjs.com' to include
-all sub-domains if you need to access cookies across different sub-domains (defaults to null which uses the same
+ Provider CookieProvider Class Ext.state.CookieProvider
The default Provider implementation which saves state via cookies.
+ Usage: +
Config Options
Public Properties
|