This documentation is currently being moved to our new documentation site.
Please view or edit the documentation there, instead.
If you're looking for Fluid Project coordination, design, communication, etc, try the Fluid Project Wiki.
Temporary Settings Store
The Temporary Settings Store subcomponent is used by UI Enhancer to store/save user preferences temporarily, without persistence. This store may be useful for testing situations. For a settings store that persists, use the Cookie Settings Store.
Do not use this component directly. The information on this page should be use when customizing UI Enhancer.
See Also
UI Enhancer
Cookie Settings Store
Supported Events | none |
---|---|
|
Methods
get()
Description | Retrieves the current settings stored in the cookie. |
---|---|
Parameters | None |
Return value | The currently stored settings. |
Availability | Infusion 1.4 and later |
See also |
set(settings)
Description | Stores the specified settings in the cookie. |
---|---|
Parameters | settings |
Return value | None |
Availability | Infusion 1.4 and later |
See also |