X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/2e847cf21b8ab9d15fa167b315ca5b2fa92638fc..6b044c28b5f26fb99c86c237ffad19741c0f7f3d:/docs/output/Ext.state.CookieProvider.html?ds=sidebyside diff --git a/docs/output/Ext.state.CookieProvider.html b/docs/output/Ext.state.CookieProvider.html index b3568fb6..80cb4ebb 100644 --- a/docs/output/Ext.state.CookieProvider.html +++ b/docs/output/Ext.state.CookieProvider.html @@ -1,23 +1,22 @@ -
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
-domain the page is running on including the 'www' like 'www.extjs.com') | CookieProvider | |
expires : Date The cookie expiration date (defaults to 7 days from now) | CookieProvider | |
path : String The path for which the cookie is active (defaults to root '/' which makes it active for all pages in the site) | CookieProvider | |
secure : Boolean True if the site is using SSL (defaults to false) | CookieProvider |
Property | Defined By | |
---|---|---|
: Object List compiled by mystix on the extjs.com forums.
-Thank you Mystix! | Provider | |
Slovak : Object List compiled by mystix on the extjs.com forums.
-Thank you Mystix! | Provider | |
indicatorText : Object Swedish translation (utf8-encoding)
-By Erik Andersson, Monator Technologies
-24 April 2007
-Changed by Cariad, 29 July ... Swedish translation (utf8-encoding)
-By Erik Andersson, Monator Technologies
-24 April 2007
-Changed by Cariad, 29 July 2007 | Provider |
Method | Defined By | ||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
CookieProvider( Object config )
+Provider + CookieProvider Class Ext.state.CookieProvider
The default Provider implementation which saves state via cookies.
+ Usage: +
Config Options
Public Properties
Public Methods
|