mirror of https://github.com/ColorlibHQ/AdminLTE
Updated AdminLTE Options list in documentation
parent
ec8fa4a9e4
commit
84ce31cabb
|
@ -30,6 +30,10 @@
|
||||||
navbarMenuSlimscroll: true,
|
navbarMenuSlimscroll: true,
|
||||||
navbarMenuSlimscrollWidth: "3px", //The width of the scroll bar
|
navbarMenuSlimscrollWidth: "3px", //The width of the scroll bar
|
||||||
navbarMenuHeight: "200px", //The height of the inner menu
|
navbarMenuHeight: "200px", //The height of the inner menu
|
||||||
|
//General animation speed for JS animated elements such as box collapse/expand and
|
||||||
|
//sidebar treeview slide up/down. This options accepts an integer as milliseconds,
|
||||||
|
//'fast', 'normal', or 'slow'
|
||||||
|
animationSpeed: 500,
|
||||||
//Sidebar push menu toggle button selector
|
//Sidebar push menu toggle button selector
|
||||||
sidebarToggleSelector: "[data-toggle='offcanvas']",
|
sidebarToggleSelector: "[data-toggle='offcanvas']",
|
||||||
//Activate sidebar push menu
|
//Activate sidebar push menu
|
||||||
|
|
|
@ -332,6 +332,10 @@ AdminLTE/
|
||||||
navbarMenuSlimscroll: true,
|
navbarMenuSlimscroll: true,
|
||||||
navbarMenuSlimscrollWidth: "3px", //The width of the scroll bar
|
navbarMenuSlimscrollWidth: "3px", //The width of the scroll bar
|
||||||
navbarMenuHeight: "200px", //The height of the inner menu
|
navbarMenuHeight: "200px", //The height of the inner menu
|
||||||
|
//General animation speed for JS animated elements such as box collapse/expand and
|
||||||
|
//sidebar treeview slide up/down. This options accepts an integer as milliseconds,
|
||||||
|
//'fast', 'normal', or 'slow'
|
||||||
|
animationSpeed: 500,
|
||||||
//Sidebar push menu toggle button selector
|
//Sidebar push menu toggle button selector
|
||||||
sidebarToggleSelector: "[data-toggle='offcanvas']",
|
sidebarToggleSelector: "[data-toggle='offcanvas']",
|
||||||
//Activate sidebar push menu
|
//Activate sidebar push menu
|
||||||
|
|
Loading…
Reference in New Issue