SmartAdmin Intel > App Settings

Menu Toggle / Collapse / Minify

new
To toggle minify menu manually add the class minified to the BODY element. To collapse the main menu on desktops, add class hidden-menu to the BODY element.

Toggle .minify class   
attribute* Description Action
data-action="userLogout" Logout message popup, use it with data-logout-msg = "..." action
data-action="resetWidgets" Resets all localStorage (restores all app settings and widgets)
data-action="launchFullscreen" Launch full screen view (works only in Chrome, Safari, Firefox and Latest IE)
data-action="minifyMenu" Minify main nav (works only with vertical menu case)
data-action="toggleMenu" Collapse left menu (but still accessable by hovering left edge of screen)
data-action="toggleShortcut" Top slidedown / Metro menu toggle

App Settings

Note: You can adjust these settings inside app.config.js and app.js file to your comfort.
Name Default/Value Description
$.throttle_delay 350 Impacts the responce rate of some of the responsive elements (lower value affects CPU but improves speed)
$.menu_speed 235 The rate at which the menu expands revealing child elements on click
$.navAsAjax true/false Your left nav in your app will no longer fire ajax calls, set it to false for HTML version
$.enableJarvisWidgets true/false Please make sure you have included "jarvis.widget.min.js" in your page for this below feature to work
$.enableMobileWidgets true/false Warning: Enabling mobile widgets could potentially crash your webApp if you have too many widgets running at once (must have $.enableJarvisWidgets to true)
closedSign fa-plus-square-o Menu open icon
openedSign fa-minus-square-o Menu close icon
setup_widgets_desktop() function() Setup widgets for desktop (must have $.enableJarvisWidgets to true )
setup_widgets_mobile() function() Setup widgets for desktop (must have $.enableJarvisWidgets and $.enableMobileWidgets to true)
runAllCharts() function() Runs all inline charts including: $.sparkline and $.easyPieChart
runAllForms() function() Runs all form related scripts such as $.select2, $.mask, $.datepicker and $.autocomplete
pageSetUp() function() Runs the following functions all at once: setup_widgets_desktop(), setup_widgets_mobile(), runAllCharts(), runAllForms() - and also activates all tooltip and popovers

Page layout options

Note: Update breadcrumb dynamically for items that are not in the main menu drawBreadCrumb(["Users","John Doe"]);

Note: seperate each breadcrumbs by a comma ,. You can also insert fa-icons into the crumb


Possible classes for the BODY tag: smart-skin-{SKIN_NUMBER} , smart-rtl , fixed-header , fixed-navigation , fixed-ribbon , fixed-footer , container
SmartAdmin
breadcrumb >
Footer

Switch to top menu by adding class .menu-on-top
SmartAdmin
breadcrumb >
Footer