X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/c930e9176a5a85509c5b0230e2bff5c22a591432..2e847cf21b8ab9d15fa167b315ca5b2fa92638fc:/docs/output/Ext.state.CookieProvider.html diff --git a/docs/output/Ext.state.CookieProvider.html b/docs/output/Ext.state.CookieProvider.html index 15c32800..b3568fb6 100644 --- a/docs/output/Ext.state.CookieProvider.html +++ b/docs/output/Ext.state.CookieProvider.html @@ -1,4 +1,4 @@ -
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,17 +9,25 @@
 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

Public Properties

This class has no public properties.

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

Public Events

EventDefined By

Public Events

EventDefined By
\ No newline at end of file