!
Reset LayoutSettingsFullscreenF11PrintCtrl + PLogout@codexlantern
11
11 New User Notifications
Select a tab above to activate This blank page message helps protect your privacy, or you can show the first message here automatically through settings page
- Melissa Ayre INBOXRe: New security codesHello again and thanks for being part...56 seconds ago
- Adison LeeMsed quia non numquam eius2 minutes ago
- Oliver KopyuvMsed quia non numquam eius3 days ago
- Dr. John Cook PhDMsed quia non numquam eius2 weeks ago
- Sarah McBrookMsed quia non numquam eius3 weeks ago
- Anothony BezyethMsed quia non numquam eiusone month ago
- Lisa HatchensenMsed quia non numquam eiusone year ago
- Administrator UPDATESystem updated to version 4.0.1(patch notes)5 mins ago
- Adison Lee replied to your video Cancer DrugBring to the table win-win survival strategies to ensure proactive domination. At the end of the day...10 minutes ago
Sunday, May 4, 2025 | ||||||
---|---|---|---|---|---|---|
Sun | Mon | Tue | Wed | Thu | Fri | Sat |
30 | 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 | 30 | 31 | 1 | 2 | 3 |
15
October 2020Friday
2:30PM- Doctor's appointment
3:30PM- Report overview
4:30PM- Meeting with Donnah V.
5:30PM- Late Lunch
6:30PM- Report Compression


Dr. Codex Lantern
drlantern@bootstrapmb.com- SmartAdmin
- Theme Settings
- Saving to Database
- Sunday, May 4, 2025
Theme Settings: Saving to DatabaseHow to save and load settings from database
Test it out!
All changes are stored to localStorage by default. pushSettings()inherits this trait. Set
"storeLocally"
to falsevia app.config.jsto disable this action.$.ajax({ .. success: function (data) { var DataBase_str = data[i].appSettings } .. }); initApp.pushSettings( DataBase_str );
var DataBase_str = initApp.getSettings(); $.ajax({ data: {DataBase_str}, dataType: "json" ... })