X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/6a7e4474cba9d8be4b2ec445e10f1691f7277c50..0494b8d9b9bb03ab6c22b34dae81261e3cd7e3e6:/docs/output/Ext.state.CookieProvider.html diff --git a/docs/output/Ext.state.CookieProvider.html b/docs/output/Ext.state.CookieProvider.html index 02cab98f..80cb4ebb 100644 --- a/docs/output/Ext.state.CookieProvider.html +++ b/docs/output/Ext.state.CookieProvider.html @@ -1,4 +1,5 @@ -
Properties Methods Events Config Options Direct Link
Provider
  CookieProvider

Class Ext.state.CookieProvider

Package:Ext.state
Defined In:CookieProvider.js
Class:CookieProvider
Extends:Provider
The default Provider implementation which saves state via cookies. +
Provider
+  CookieProvider

Class Ext.state.CookieProvider

Package:Ext.state
Defined In:CookieProvider.js
Class:CookieProvider
Extends:Provider
The default Provider implementation which saves state via cookies.
Usage:
var cp = new Ext.state.CookieProvider({
        path: "/cgi-bin/",
@@ -9,15 +10,13 @@
 your page is on, but you can...
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

Public Properties

PropertyDefined 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

Public Methods

MethodDefined By
 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

Public Properties

PropertyDefined By
 var : Object
a -> Array +n -> Number +d -> Date +b -> Boolean +s -> String +o -> Object +-> Empty (null)
Provider

Public Methods

MethodDefined By