Opened 17 years ago
Closed 16 years ago
#7654 closed enhancement (fixed)
Saving/restoring the user interface state
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 2.7 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Administration | Keywords: | |
Focuses: | Cc: |
Description
Group of functions (php and js) to store the user interface state. Settings are stored in a cookie and saved in the user profile on the next page load (if changed).
When the cookie is deleted or missing or another browser is used, the settings are restored from the last saved cookie.
Currently this is used only for setting the default editor and the state of the second row of buttons in TinyMCE. Potentially can be used to store most (if not all) UI state, like postboxes visibility and position, settings for image size and alignment, etc.
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
(In [8784]) Saving/restoring the user interface state, see #7654