Navigation CORE Application 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 pallet and 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();