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
[your date here]
|
||||||
---|---|---|---|---|---|---|
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 |
2:30PM- Doctor's appointment
3:30PM- Report overview
4:30PM- Meeting with Donnah V.
5:30PM- Late Lunch
6:30PM- Report Compression
- SmartAdmin
- Core Plugins
- Navigation
Navigation COREApplication Navigation for SmartAdmin WebApp
Build the menu
data-nav-accordion="true"
to set accordion true or false. The background can be any color you wish from our color palletand gradient presets, and over 1700 icons to choose from for your arrows.
Configuration Options
Initialize Manually
$("#mynav").navigation({ accordion: 'true', animate: 'ease-in', speed: 400, closedSign: 'fal fa-minus', openedSign: 'fal fa-plus'});
Initialize through app.core
//this will set the navigation based on app.config.js default config initApp.buildNavigation($("#mynav"));
Destroy
$("#mynav").navigationDestroy();