/** * 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 new tab var tab_pane = $("
", { "id": "control-sidebar-theme-demo-options-tab", "class": "tab-pane active" }); //Create the tab button var tab_button = $("", {"class": "active"}) .html("" + "" + ""); //Add the tab button to the right sidebar tabs $("[href='#control-sidebar-home-tab']") .parent() .before(tab_button); //Create the menu var demo_settings = $(""); //Layout options demo_settings.append( "Activate the fixed layout. You can't use fixed and boxed layouts together
" + "Activate the boxed layout
" + "Toggle the left sidebar's state (open or collapse)
" + "Let the sidebar mini expand on hover
" + "Toggle between slide over content and push content effects
" + "Toggle between dark and light skins for the right sidebar
" + "Blue
"); skins_list.append(skin_blue); var skin_black = $("", {style: "float:left; width: 33.33333%; padding: 5px;"}) .append("" + "Black
"); skins_list.append(skin_black); var skin_purple = $("", {style: "float:left; width: 33.33333%; padding: 5px;"}) .append("" + "Purple
"); skins_list.append(skin_purple); var skin_green = $("", {style: "float:left; width: 33.33333%; padding: 5px;"}) .append("" + "Green
"); skins_list.append(skin_green); var skin_red = $("", {style: "float:left; width: 33.33333%; padding: 5px;"}) .append("" + "Red
"); skins_list.append(skin_red); var skin_yellow = $("", {style: "float:left; width: 33.33333%; padding: 5px;"}) .append("" + "Yellow
"); skins_list.append(skin_yellow); //Light sidebar skins var skin_blue_light = $("", {style: "float:left; width: 33.33333%; padding: 5px;"}) .append("" + "Blue Light
"); skins_list.append(skin_blue_light); var skin_black_light = $("", {style: "float:left; width: 33.33333%; padding: 5px;"}) .append("" + "Black Light
"); skins_list.append(skin_black_light); var skin_purple_light = $("", {style: "float:left; width: 33.33333%; padding: 5px;"}) .append("" + "Purple Light
"); skins_list.append(skin_purple_light); var skin_green_light = $("", {style: "float:left; width: 33.33333%; padding: 5px;"}) .append("" + "Green Light
"); skins_list.append(skin_green_light); var skin_red_light = $("", {style: "float:left; width: 33.33333%; padding: 5px;"}) .append("" + "Red Light
"); skins_list.append(skin_red_light); var skin_yellow_light = $("", {style: "float:left; width: 33.33333%; padding: 5px;"}) .append("" + "Yellow Light
"); skins_list.append(skin_yellow_light); demo_settings.append("