The Cookie Settings Store subcomponent is used by UI Enhancer to store/save user preferences into a browser cookie. The options described on this page can be configured through the options of the UI Enhancer component.
Do not use this component directly. The information on this page should be use when customizing UI Enhancer.
See Also
UI Enhancer
Temporary Settings Store
Supported Events | none |
---|---|
| |
|
Methods
get(cookieName)
Description | Retrieves the current settings stored in the cookie. |
---|---|
Parameters | cookieName (optional) |
Return value | The currently stored settings. |
Availability | Infusion 1.4 and later |
See also |
set(settings, cookieOptions)
Description | Stores the specified settings in the cookie. |
---|---|
Parameters | settings
|
Availability | Infusion 1.4 and later |
See also |
Options
cookie
Description | A JavaScript option containing information for configuring the storage cookie. |
---|---|
Default | { name: "fluid-ui-settings", path: "/", expires: "" } |
Example | cookie: { expires: "Mon, 31 Dec 2012 23:59:00 UTC" } |