TinyMCE:API/tinymce.util.Cookie/setHash

From Moxiecode Documentation Wiki

Jump to: navigation, search

Contents

Method: setHash

Summary

Sets a hashtable name/value object to a cookie.

Syntax

<void> setHash(<String> n, <Object> v, <Date> d, <String> p, <String> d, <String> s)

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.
Personal tools