X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/d41dc04ad17d1d9125fb2cf72db2b4782dbe3a8c..6e39d509471fe9b4e2660e0d1631b350d0c66f40:/docs/output/Ext.state.CookieProvider.html diff --git a/docs/output/Ext.state.CookieProvider.html b/docs/output/Ext.state.CookieProvider.html index 54c92d71..4c817ade 100644 --- a/docs/output/Ext.state.CookieProvider.html +++ b/docs/output/Ext.state.CookieProvider.html @@ -1,233 +1,25 @@ -
-
- 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/",
-       expires: new Date(new Date().getTime()+(1000*60*60*24*30)), //30 days
-       domain: "extjs.com"
-   });
-   Ext.state.Manager.setProvider(cp);
- -
- -

Config Options

- - - - - - - - - - - - - - - - - - - - - - - - - -
Config OptionsDefined 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

-
This class has no public properties.
-

Public Methods

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
MethodDefined By
- -

Public Events

- - - - - - - - - - -
EventDefined By
- -
\ No newline at end of file +
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

Config OptionsDefined 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

This class has no public properties.

Public Methods

MethodDefined By

Public Events

EventDefined By
\ No newline at end of file