TinyMCE:API/tinymce.util.Cookie/setHash
From Moxiecode Documentation Wiki
Contents |
[edit]
Method: setHash
[edit]
Summary
Sets a hashtable name/value object to a cookie.
[edit]
Syntax
<void> setHash(<String> n, <Object> v, <Date> d, <String> p, <String> d, <String> s)
[edit]
Parameters
- n
- Name of the cookie.
- v
- Hashtable object to set as cookie.
- d
- Optional date object for the expiration of the cookie.
- p
- Optional path to restrict the cookie to.
- d
- Optional domain to restrict the cookie to.
- s
- Is the cookie secure or not.
