/** * AdminLTE Demo Menu * ------------------ * You should not use this file in production. * This file is for demo purposes only. */ (function ($, AdminLTE) { 'use strict' /** * List of all the available skins * * @type Array */ var my_skins = [ 'skin-blue', 'skin-black', 'skin-red', 'skin-yellow', 'skin-purple', 'skin-green', 'skin-blue-light', 'skin-black-light', 'skin-red-light', 'skin-yellow-light', 'skin-purple-light', 'skin-green-light' ] // Create the menu var demo_settings = $('
', { 'class': 'p-3' }) // Layout options demo_settings.append( '
' + 'Layout Options' + '
' // Fixed layout + '
' + '' + 'Activate the fixed layout. You can\'t use fixed and boxed layouts together' + '
' // Boxed layout + '
' + '' + 'Activate the boxed layout' + '
' // Sidebar Toggle + '
' + '' + 'Toggle the left sidebar\'s state (open or collapse)' + '
' // Sidebar mini expand on hover toggle + '
' + '' + 'Let the sidebar mini expand on hover' + '
' // Control Sidebar Toggle + '
' + '' + 'Toggle between slide over content and push content effects' + '
' // Control Sidebar Skin Toggle + '
' + '' + 'Toggle between dark and light skins for the right sidebar' + '
' ) var skins_list = $('