NEW 2022-11-25
Settings ¶
There is an option for creating a Settings -menu to the top navigation bar and adding options:
This button opens up a sidebar (or modal dialog) showing configured settings:
Configuration ¶
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 |
|
Options ¶
Open sidebar using the keyboard
1
|
|
Hide the Quick search field
1
|
|
Open sidebar to left left
1
|
|
Modal dialog instead of sidebar
1 2 |
|
Auto reload options ¶
Do not reload page on close
1
|
|
Always reload page on close
1
|
|
Conditionally reload page on close
1 2 3 4 5 6 7 |
|
Get values by code ¶
If, later on, you need user configured settings, use
.getValue()
function:
1 2 3 4 5 6 |
|
Compact version ¶
1 2 3 |
|
Even shorter ¶
1
|
|
TODO: to be tested
Technical information ¶
- Settings will be stored in localStorage of current browser.
- Therefore, setings will not be synced with the same user's profile on different machines or in different browsers.
-
Chechbox-Values (Booleans) will be stored as
on
|off
- Do not use special characters nor whitespaces/blanks in settings' variable names
Tip ¶
For testing purposes, open your browser's development console (usually by pressing
F12
) and find your settings in App-tab. All are prefixed by
browsersettings-