/* This file is part of Ext JS 3.4 Copyright (c) 2011-2013 Sencha Inc Contact: http://www.sencha.com/contact GNU General Public License Usage This file may be used under the terms of the GNU General Public License version 3.0 as published by the Free Software Foundation and appearing in the file LICENSE included in the packaging of this file. Please review the following information to ensure the GNU General Public License version 3.0 requirements will be met: http://www.gnu.org/copyleft/gpl.html. If you are unsure which license is appropriate for your use, please contact the sales department at http://www.sencha.com/contact. Build date: 2013-04-03 15:07:25 */ Ext.data.JsonP.Ext_util_Cookies({"alternateClassNames":[],"aliases":{},"enum":null,"parentMixins":[],"tagname":"class","subclasses":[],"extends":null,"uses":[],"html":"

Files

Utility class for managing and interacting with cookies.

\n
Defined By

Methods

Ext.util.Cookies
view source
( name )
Removes a cookie with the provided name from the browser\nif found by setting its expiration date to sometime in the p...

Removes a cookie with the provided name from the browser\nif found by setting its expiration date to sometime in the past.

\n

Parameters

  • name : String

    The name of the cookie to remove

    \n
Ext.util.Cookies
view source
( name ) : Mixed
Retrieves cookies that are accessible by the current page. ...

Retrieves cookies that are accessible by the current page. If a cookie\ndoes not exist, get() returns null. The following\nexample retrieves the cookie called \"valid\" and stores the String value\nin the variable validStatus.

\n\n
var validStatus = Ext.util.Cookies.get(\"valid\");\n
\n\n

Parameters

  • name : String

    The name of the cookie to get

    \n

Returns

  • Mixed

    Returns the cookie value for the specified name;\nnull if the cookie name does not exist.

    \n
Ext.util.Cookies
view source
( offset )private
...
\n

Parameters

  • offset : Object
    \n
Ext.util.Cookies
view source
( name, value, [expires], [path], [domain], [secure] )
Create a cookie with the specified name and value. ...

Create a cookie with the specified name and value. Additional settings\nfor the cookie may be optionally specified (for example: expiration,\naccess restriction, SSL).

\n

Parameters

  • name : String

    The name of the cookie to set.

    \n
  • value : Mixed

    The value to set for the cookie.

    \n
  • expires : Object (optional)

    Specify an expiration date the\ncookie is to persist until. Note that the specified Date object will\nbe converted to Greenwich Mean Time (GMT).

    \n
  • path : String (optional)

    Setting a path on the cookie restricts\naccess to pages that match that path. Defaults to all pages ('/').

    \n
  • domain : String (optional)

    Setting a domain restricts access to\npages on a given domain (typically used to allow cookie access across\nsubdomains). For example, \"extjs.com\" will create a cookie that can be\naccessed from any subdomain of extjs.com, including www.extjs.com,\nsupport.extjs.com, etc.

    \n
  • secure : Boolean (optional)

    Specify true to indicate that the cookie\nshould only be accessible via SSL on a page using the HTTPS protocol.\nDefaults to false. Note that this will only work if the page\ncalling this code uses the HTTPS protocol, otherwise the cookie will be\ncreated with default options.

    \n
","superclasses":[],"meta":{},"requires":[],"html_meta":{},"statics":{"property":[],"cfg":[],"css_var":[],"method":[],"event":[],"css_mixin":[]},"files":[{"href":"Cookies.html#Ext-util-Cookies","filename":"Cookies.js"}],"linenr":1,"members":{"property":[],"cfg":[],"css_var":[],"method":[{"tagname":"method","owner":"Ext.util.Cookies","meta":{},"name":"clear","id":"method-clear"},{"tagname":"method","owner":"Ext.util.Cookies","meta":{},"name":"get","id":"method-get"},{"tagname":"method","owner":"Ext.util.Cookies","meta":{"private":true},"name":"getCookieVal","id":"method-getCookieVal"},{"tagname":"method","owner":"Ext.util.Cookies","meta":{},"name":"set","id":"method-set"}],"event":[],"css_mixin":[]},"inheritable":null,"private":null,"component":false,"name":"Ext.util.Cookies","singleton":true,"override":null,"inheritdoc":null,"id":"class-Ext.util.Cookies","mixins":[],"mixedInto":[]});