X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/2e847cf21b8ab9d15fa167b315ca5b2fa92638fc..7a654f8d43fdb43d78b63d90528bed6e86b608cc:/docs/output/Ext.util.Cookies.html diff --git a/docs/output/Ext.util.Cookies.html b/docs/output/Ext.util.Cookies.html deleted file mode 100644 index fac6e1a4..00000000 --- a/docs/output/Ext.util.Cookies.html +++ /dev/null @@ -1,29 +0,0 @@ -
Package: | Ext.util |
Defined In: | Cookies.js |
Class: | Cookies |
Extends: | Object |
Method | Defined By | |
---|---|---|
clear( String name )
- :
- voidRemoves a cookie with the provided name from the browser
-if found by setting its expiration date to sometime in the ... Removes a cookie with the provided name from the browser
-if found by setting its expiration date to sometime in the past. Parameters:
| Cookies | |
get( String name )
- :
- MixedRetrieves cookies that are accessible by the current page. If a cookie
-does not exist, get() returns null. The foll... Retrieves cookies that are accessible by the current page. If a cookie
-does not exist, get() returns null. The following
-example retrieves the cookie called "valid" and stores the String value
-in the variable validStatus.
-
Parameters:
| Cookies | |
set( String name , Mixed value , [Object expires ], [String path ], [String domain ], [Boolean secure ] )
- :
- voidCreate a cookie with the specified name and value. Additional settings
-for the cookie may be optionally specified (f... Create a cookie with the specified name and value. Additional settings
-for the cookie may be optionally specified (for example: expiration,
-access restriction, SSL). Parameters:
| Cookies |