AdminLTE/dist/js/demo.js

339 lines
17 KiB
JavaScript
Raw Normal View History

2015-04-03 17:58:10 +02:00
/**
* AdminLTE Demo Menu
* ------------------
* You should not use this file in production.
* This file is for demo purposes only.
*/
2015-04-10 00:52:51 +02:00
(function ($, AdminLTE) {
2015-02-01 22:25:09 +01:00
2015-07-25 21:06:16 +02:00
"use strict";
2015-04-03 17:58:10 +02:00
/**
* List of all the available skins
2015-07-12 15:42:55 +02:00
*
2015-04-03 17:58:10 +02:00
* @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"
];
2015-04-10 00:52:51 +02:00
//Create the new tab
var tab_pane = $("<div />", {
"id": "control-sidebar-theme-demo-options-tab",
2015-11-11 20:29:54 +01:00
"class": "tab-pane"
2015-04-10 00:52:51 +02:00
});
2015-04-03 17:58:10 +02:00
2015-04-10 00:52:51 +02:00
//Create the tab button
2015-11-11 20:29:54 +01:00
var tab_button = $("<li />", {"class": "nav-item"})
.html("<a href='#control-sidebar-theme-demo-options-tab' data-toggle='tab' class='nav-link'>"
2015-09-19 20:05:54 +02:00
+ "<i class='fa fa-wrench'></i>"
+ "</a>");
2015-04-03 17:58:10 +02:00
2015-04-10 00:52:51 +02:00
//Add the tab button to the right sidebar tabs
$("[href='#control-sidebar-home-tab']")
2015-09-19 20:05:54 +02:00
.parent()
.before(tab_button);
2015-04-03 17:58:10 +02:00
//Create the menu
2015-04-10 00:52:51 +02:00
var demo_settings = $("<div />");
2015-04-03 17:58:10 +02:00
2015-04-10 00:52:51 +02:00
//Layout options
2015-02-01 22:25:09 +01:00
demo_settings.append(
"<h5 class='control-sidebar-heading'>"
2015-09-19 20:05:54 +02:00
+ "Layout Options"
+ "</h5>"
2015-09-19 20:05:54 +02:00
//Fixed layout
+ "<div class='form-check'>"
+ "<label class='form-control-label d-block'>"
+ "<input type='checkbox' data-layout='fixed' class='form-check-input float-xs-right'/> "
2015-09-19 20:05:54 +02:00
+ "Fixed layout"
+ "</label>"
+ "<small class='form-text'>Activate the fixed layout. You can't use fixed and boxed layouts together</small>"
2015-09-19 20:05:54 +02:00
+ "</div>"
//Boxed layout
+ "<div class='form-group'>"
+ "<label class='form-control-label d-block'>"
+ "<input type='checkbox' data-layout='layout-boxed'class='float-xs-right'/> "
2015-09-19 20:05:54 +02:00
+ "Boxed Layout"
+ "</label>"
+ "<small class='form-text'>Activate the boxed layout</small>"
2015-09-19 20:05:54 +02:00
+ "</div>"
//Sidebar Toggle
+ "<div class='form-group'>"
+ "<label class='form-control-label d-block'>"
+ "<input type='checkbox' data-layout='sidebar-collapse' class='float-xs-right'/> "
2015-09-19 20:05:54 +02:00
+ "Toggle Sidebar"
+ "</label>"
+ "<small class='form-text'>Toggle the left sidebar's state (open or collapse)</small>"
2015-09-19 20:05:54 +02:00
+ "</div>"
//Sidebar mini expand on hover toggle
+ "<div class='form-group'>"
+ "<label class='form-control-label d-block'>"
+ "<input type='checkbox' data-enable='expandOnHover' class='float-xs-right'/> "
2015-09-19 20:05:54 +02:00
+ "Sidebar Expand on Hover"
+ "</label>"
+ "<small class='form-text'>Let the sidebar mini expand on hover</small>"
2015-09-19 20:05:54 +02:00
+ "</div>"
//Control Sidebar Toggle
+ "<div class='form-group'>"
+ "<label class='form-control-label d-block'>"
+ "<input type='checkbox' data-controlsidebar='control-sidebar-open' class='float-xs-right'/> "
2015-09-19 20:05:54 +02:00
+ "Toggle Right Sidebar Slide"
+ "</label>"
+ "<small class='form-text'>Toggle between slide over content and push content effects</small>"
2015-09-19 20:05:54 +02:00
+ "</div>"
//Control Sidebar Skin Toggle
+ "<div class='form-group'>"
+ "<label class='form-control-label d-block'>"
+ "<input type='checkbox' data-sidebarskin='toggle' class='float-xs-right'/> "
2015-09-19 20:05:54 +02:00
+ "Toggle Right Sidebar Skin"
+ "</label>"
+ "<small class='form-text'>Toggle between dark and light skins for the right sidebar</small>"
2015-09-19 20:05:54 +02:00
+ "</div>"
);
2015-04-04 02:52:09 +02:00
var skins_list = $("<ul />", {"class": 'list-unstyled clearfix'});
2015-04-03 17:58:10 +02:00
//Dark sidebar skins
2015-02-01 22:25:09 +01:00
var skin_blue =
2015-09-19 20:05:54 +02:00
$("<li />", {style: "float:left; width: 33.33333%; padding: 5px;"})
2015-04-03 17:58:10 +02:00
.append("<a href='javascript:void(0);' data-skin='skin-blue' style='display: block; box-shadow: 0 0 3px rgba(0,0,0,0.4)' class='clearfix full-opacity-hover'>"
2018-03-17 18:07:55 +01:00
+ "<div><span style='display:block; width: 20%; float: left; height: 7px; background: #367fa9;'></span><span class='bg-primary' style='display:block; width: 80%; float: left; height: 7px;'></span></div>"
2015-09-19 20:05:54 +02:00
+ "<div><span style='display:block; width: 20%; float: left; height: 20px; background: #222d32;'></span><span style='display:block; width: 80%; float: left; height: 20px; background: #f4f5f7;'></span></div>"
+ "</a>"
2016-10-22 21:32:28 +02:00
+ "<p class='text-xs-center no-margin'>Blue</p>");
2015-02-01 22:25:09 +01:00
skins_list.append(skin_blue);
var skin_black =
2015-09-19 20:05:54 +02:00
$("<li />", {style: "float:left; width: 33.33333%; padding: 5px;"})
2015-04-03 17:58:10 +02:00
.append("<a href='javascript:void(0);' data-skin='skin-black' style='display: block; box-shadow: 0 0 3px rgba(0,0,0,0.4)' class='clearfix full-opacity-hover'>"
2015-09-19 20:05:54 +02:00
+ "<div style='box-shadow: 0 0 2px rgba(0,0,0,0.1)' class='clearfix'><span style='display:block; width: 20%; float: left; height: 7px; background: #fefefe;'></span><span style='display:block; width: 80%; float: left; height: 7px; background: #fefefe;'></span></div>"
+ "<div><span style='display:block; width: 20%; float: left; height: 20px; background: #222;'></span><span style='display:block; width: 80%; float: left; height: 20px; background: #f4f5f7;'></span></div>"
+ "</a>"
2016-10-22 21:32:28 +02:00
+ "<p class='text-xs-center no-margin'>Black</p>");
2015-02-01 22:25:09 +01:00
skins_list.append(skin_black);
var skin_purple =
2015-09-19 20:05:54 +02:00
$("<li />", {style: "float:left; width: 33.33333%; padding: 5px;"})
2015-04-03 17:58:10 +02:00
.append("<a href='javascript:void(0);' data-skin='skin-purple' style='display: block; box-shadow: 0 0 3px rgba(0,0,0,0.4)' class='clearfix full-opacity-hover'>"
2015-09-19 20:05:54 +02:00
+ "<div><span style='display:block; width: 20%; float: left; height: 7px;' class='bg-purple-active'></span><span class='bg-purple' style='display:block; width: 80%; float: left; height: 7px;'></span></div>"
+ "<div><span style='display:block; width: 20%; float: left; height: 20px; background: #222d32;'></span><span style='display:block; width: 80%; float: left; height: 20px; background: #f4f5f7;'></span></div>"
+ "</a>"
2016-10-22 21:32:28 +02:00
+ "<p class='text-xs-center no-margin'>Purple</p>");
2015-02-01 22:25:09 +01:00
skins_list.append(skin_purple);
var skin_green =
2015-09-19 20:05:54 +02:00
$("<li />", {style: "float:left; width: 33.33333%; padding: 5px;"})
2015-04-03 17:58:10 +02:00
.append("<a href='javascript:void(0);' data-skin='skin-green' style='display: block; box-shadow: 0 0 3px rgba(0,0,0,0.4)' class='clearfix full-opacity-hover'>"
2018-03-17 18:07:55 +01:00
+ "<div><span style='display:block; width: 20%; float: left; height: 7px;' class='bg-success-active'></span><span class='bg-success' style='display:block; width: 80%; float: left; height: 7px;'></span></div>"
2015-09-19 20:05:54 +02:00
+ "<div><span style='display:block; width: 20%; float: left; height: 20px; background: #222d32;'></span><span style='display:block; width: 80%; float: left; height: 20px; background: #f4f5f7;'></span></div>"
+ "</a>"
2016-10-22 21:32:28 +02:00
+ "<p class='text-xs-center no-margin'>Green</p>");
2015-02-01 22:25:09 +01:00
skins_list.append(skin_green);
2015-04-03 17:58:10 +02:00
var skin_red =
2015-09-19 20:05:54 +02:00
$("<li />", {style: "float:left; width: 33.33333%; padding: 5px;"})
2015-04-03 17:58:10 +02:00
.append("<a href='javascript:void(0);' data-skin='skin-red' style='display: block; box-shadow: 0 0 3px rgba(0,0,0,0.4)' class='clearfix full-opacity-hover'>"
2018-03-17 18:07:55 +01:00
+ "<div><span style='display:block; width: 20%; float: left; height: 7px;' class='bg-danger-active'></span><span class='bg-danger' style='display:block; width: 80%; float: left; height: 7px;'></span></div>"
2015-09-19 20:05:54 +02:00
+ "<div><span style='display:block; width: 20%; float: left; height: 20px; background: #222d32;'></span><span style='display:block; width: 80%; float: left; height: 20px; background: #f4f5f7;'></span></div>"
+ "</a>"
2016-10-22 21:32:28 +02:00
+ "<p class='text-xs-center no-margin'>Red</p>");
2015-02-01 22:25:09 +01:00
skins_list.append(skin_red);
2015-04-03 17:58:10 +02:00
var skin_yellow =
2015-09-19 20:05:54 +02:00
$("<li />", {style: "float:left; width: 33.33333%; padding: 5px;"})
2015-04-03 17:58:10 +02:00
.append("<a href='javascript:void(0);' data-skin='skin-yellow' style='display: block; box-shadow: 0 0 3px rgba(0,0,0,0.4)' class='clearfix full-opacity-hover'>"
2018-03-17 18:07:55 +01:00
+ "<div><span style='display:block; width: 20%; float: left; height: 7px;' class='bg-warning-active'></span><span class='bg-warning' style='display:block; width: 80%; float: left; height: 7px;'></span></div>"
2015-09-19 20:05:54 +02:00
+ "<div><span style='display:block; width: 20%; float: left; height: 20px; background: #222d32;'></span><span style='display:block; width: 80%; float: left; height: 20px; background: #f4f5f7;'></span></div>"
+ "</a>"
2016-10-22 21:32:28 +02:00
+ "<p class='text-xs-center no-margin'>Yellow</p>");
2015-02-01 22:25:09 +01:00
skins_list.append(skin_yellow);
2015-04-03 17:58:10 +02:00
//Light sidebar skins
var skin_blue_light =
2015-09-19 20:05:54 +02:00
$("<li />", {style: "float:left; width: 33.33333%; padding: 5px;"})
2015-04-03 17:58:10 +02:00
.append("<a href='javascript:void(0);' data-skin='skin-blue-light' style='display: block; box-shadow: 0 0 3px rgba(0,0,0,0.4)' class='clearfix full-opacity-hover'>"
2018-03-17 18:07:55 +01:00
+ "<div><span style='display:block; width: 20%; float: left; height: 7px; background: #367fa9;'></span><span class='bg-primary' style='display:block; width: 80%; float: left; height: 7px;'></span></div>"
2015-09-19 20:05:54 +02:00
+ "<div><span style='display:block; width: 20%; float: left; height: 20px; background: #f9fafc;'></span><span style='display:block; width: 80%; float: left; height: 20px; background: #f4f5f7;'></span></div>"
+ "</a>"
2016-10-22 21:32:28 +02:00
+ "<p class='text-xs-center no-margin' style='font-size: 12px'>Blue Light</p>");
2015-04-03 17:58:10 +02:00
skins_list.append(skin_blue_light);
var skin_black_light =
2015-09-19 20:05:54 +02:00
$("<li />", {style: "float:left; width: 33.33333%; padding: 5px;"})
2015-04-03 17:58:10 +02:00
.append("<a href='javascript:void(0);' data-skin='skin-black-light' style='display: block; box-shadow: 0 0 3px rgba(0,0,0,0.4)' class='clearfix full-opacity-hover'>"
2015-09-19 20:05:54 +02:00
+ "<div style='box-shadow: 0 0 2px rgba(0,0,0,0.1)' class='clearfix'><span style='display:block; width: 20%; float: left; height: 7px; background: #fefefe;'></span><span style='display:block; width: 80%; float: left; height: 7px; background: #fefefe;'></span></div>"
+ "<div><span style='display:block; width: 20%; float: left; height: 20px; background: #f9fafc;'></span><span style='display:block; width: 80%; float: left; height: 20px; background: #f4f5f7;'></span></div>"
+ "</a>"
2016-10-22 21:32:28 +02:00
+ "<p class='text-xs-center no-margin' style='font-size: 12px'>Black Light</p>");
2015-04-03 17:58:10 +02:00
skins_list.append(skin_black_light);
var skin_purple_light =
2015-09-19 20:05:54 +02:00
$("<li />", {style: "float:left; width: 33.33333%; padding: 5px;"})
2015-04-03 17:58:10 +02:00
.append("<a href='javascript:void(0);' data-skin='skin-purple-light' style='display: block; box-shadow: 0 0 3px rgba(0,0,0,0.4)' class='clearfix full-opacity-hover'>"
2015-09-19 20:05:54 +02:00
+ "<div><span style='display:block; width: 20%; float: left; height: 7px;' class='bg-purple-active'></span><span class='bg-purple' style='display:block; width: 80%; float: left; height: 7px;'></span></div>"
+ "<div><span style='display:block; width: 20%; float: left; height: 20px; background: #f9fafc;'></span><span style='display:block; width: 80%; float: left; height: 20px; background: #f4f5f7;'></span></div>"
+ "</a>"
2016-10-22 21:32:28 +02:00
+ "<p class='text-xs-center no-margin' style='font-size: 12px'>Purple Light</p>");
2015-04-03 17:58:10 +02:00
skins_list.append(skin_purple_light);
var skin_green_light =
2015-09-19 20:05:54 +02:00
$("<li />", {style: "float:left; width: 33.33333%; padding: 5px;"})
2015-04-03 17:58:10 +02:00
.append("<a href='javascript:void(0);' data-skin='skin-green-light' style='display: block; box-shadow: 0 0 3px rgba(0,0,0,0.4)' class='clearfix full-opacity-hover'>"
2018-03-17 18:07:55 +01:00
+ "<div><span style='display:block; width: 20%; float: left; height: 7px;' class='bg-success-active'></span><span class='bg-success' style='display:block; width: 80%; float: left; height: 7px;'></span></div>"
2015-09-19 20:05:54 +02:00
+ "<div><span style='display:block; width: 20%; float: left; height: 20px; background: #f9fafc;'></span><span style='display:block; width: 80%; float: left; height: 20px; background: #f4f5f7;'></span></div>"
+ "</a>"
2016-10-22 21:32:28 +02:00
+ "<p class='text-xs-center no-margin' style='font-size: 12px'>Green Light</p>");
2015-04-03 17:58:10 +02:00
skins_list.append(skin_green_light);
var skin_red_light =
2015-09-19 20:05:54 +02:00
$("<li />", {style: "float:left; width: 33.33333%; padding: 5px;"})
2015-04-03 17:58:10 +02:00
.append("<a href='javascript:void(0);' data-skin='skin-red-light' style='display: block; box-shadow: 0 0 3px rgba(0,0,0,0.4)' class='clearfix full-opacity-hover'>"
2018-03-17 18:07:55 +01:00
+ "<div><span style='display:block; width: 20%; float: left; height: 7px;' class='bg-danger-active'></span><span class='bg-danger' style='display:block; width: 80%; float: left; height: 7px;'></span></div>"
2015-09-19 20:05:54 +02:00
+ "<div><span style='display:block; width: 20%; float: left; height: 20px; background: #f9fafc;'></span><span style='display:block; width: 80%; float: left; height: 20px; background: #f4f5f7;'></span></div>"
+ "</a>"
2016-10-22 21:32:28 +02:00
+ "<p class='text-xs-center no-margin' style='font-size: 12px'>Red Light</p>");
2015-04-03 17:58:10 +02:00
skins_list.append(skin_red_light);
var skin_yellow_light =
2015-09-19 20:05:54 +02:00
$("<li />", {style: "float:left; width: 33.33333%; padding: 5px;"})
2015-04-03 17:58:10 +02:00
.append("<a href='javascript:void(0);' data-skin='skin-yellow-light' style='display: block; box-shadow: 0 0 3px rgba(0,0,0,0.4)' class='clearfix full-opacity-hover'>"
2018-03-17 18:07:55 +01:00
+ "<div><span style='display:block; width: 20%; float: left; height: 7px;' class='bg-warning-active'></span><span class='bg-warning' style='display:block; width: 80%; float: left; height: 7px;'></span></div>"
2015-09-19 20:05:54 +02:00
+ "<div><span style='display:block; width: 20%; float: left; height: 20px; background: #f9fafc;'></span><span style='display:block; width: 80%; float: left; height: 20px; background: #f4f5f7;'></span></div>"
+ "</a>"
2016-10-22 21:32:28 +02:00
+ "<p class='text-xs-center no-margin' style='font-size: 12px;'>Yellow Light</p>");
2015-04-03 17:58:10 +02:00
skins_list.append(skin_yellow_light);
demo_settings.append("<h5 class='control-sidebar-heading'>Skins</h5>");
2015-02-01 22:25:09 +01:00
demo_settings.append(skins_list);
2015-04-10 00:52:51 +02:00
tab_pane.append(demo_settings);
$("#control-sidebar-home-tab").after(tab_pane);
2015-02-01 22:25:09 +01:00
setup();
2015-04-03 17:58:10 +02:00
/**
* Toggles layout classes
2015-07-12 15:42:55 +02:00
*
2015-04-03 17:58:10 +02:00
* @param String cls the layout class to toggle
* @returns void
*/
function change_layout(cls) {
$("body").toggleClass(cls);
2015-04-10 00:52:51 +02:00
AdminLTE.layout.fixSidebar();
//Fix the problem with right sidebar and layout boxed
2015-04-16 01:06:16 +02:00
if (cls == "layout-boxed")
2015-04-10 00:52:51 +02:00
AdminLTE.controlSidebar._fix($(".control-sidebar-bg"));
2015-04-19 14:21:03 +02:00
if ($('body').hasClass('fixed') && cls == 'fixed') {
AdminLTE.pushMenu.expandOnHover();
AdminLTE.layout.activate();
}
2015-07-21 05:26:06 +02:00
AdminLTE.controlSidebar._fix($(".control-sidebar-bg"));
AdminLTE.controlSidebar._fix($(".control-sidebar"));
2015-04-03 17:58:10 +02:00
}
/**
* Replaces the old skin with the new skin
* @param String cls the new skin class
* @returns Boolean false to prevent link's default action
*/
function change_skin(cls) {
$.each(my_skins, function (i) {
$("body").removeClass(my_skins[i]);
});
$("body").addClass(cls);
store('skin', cls);
return false;
}
/**
* Store a new settings in the browser
2015-07-12 15:42:55 +02:00
*
2015-04-03 17:58:10 +02:00
* @param String name Name of the setting
* @param String val Value of the setting
* @returns void
*/
function store(name, val) {
if (typeof (Storage) !== "undefined") {
localStorage.setItem(name, val);
} else {
2015-07-25 21:06:16 +02:00
window.alert('Please use a modern browser to properly view this template!');
2015-04-03 17:58:10 +02:00
}
2015-02-01 22:25:09 +01:00
}
2015-04-03 17:58:10 +02:00
/**
* Get a prestored setting
2015-07-12 15:42:55 +02:00
*
2015-04-03 17:58:10 +02:00
* @param String name Name of of the setting
* @returns String The value of the setting | null
*/
function get(name) {
if (typeof (Storage) !== "undefined") {
return localStorage.getItem(name);
} else {
2015-07-25 21:06:16 +02:00
window.alert('Please use a modern browser to properly view this template!');
2015-04-03 17:58:10 +02:00
}
2015-02-01 22:25:09 +01:00
}
2015-04-03 17:58:10 +02:00
/**
* Retrieve default settings and apply them to the template
2015-07-12 15:42:55 +02:00
*
2015-04-03 17:58:10 +02:00
* @returns void
*/
function setup() {
var tmp = get('skin');
if (tmp && $.inArray(tmp, my_skins))
change_skin(tmp);
//Add the change skin listener
$("[data-skin]").on('click', function (e) {
e.preventDefault();
change_skin($(this).data('skin'));
});
2015-04-03 18:20:14 +02:00
//Add the layout manager
$("[data-layout]").on('click', function () {
change_layout($(this).data('layout'));
});
2015-04-10 00:52:51 +02:00
2015-04-03 18:20:14 +02:00
$("[data-controlsidebar]").on('click', function () {
change_layout($(this).data('controlsidebar'));
2015-04-10 00:52:51 +02:00
var slide = !AdminLTE.options.controlSidebarOptions.slide;
AdminLTE.options.controlSidebarOptions.slide = slide;
if (!slide)
2015-04-03 18:20:14 +02:00
$('.control-sidebar').removeClass('control-sidebar-open');
});
2015-04-16 01:06:16 +02:00
$("[data-sidebarskin='toggle']").on('click', function () {
var sidebar = $(".control-sidebar");
if (sidebar.hasClass("control-sidebar-dark")) {
sidebar.removeClass("control-sidebar-dark")
sidebar.addClass("control-sidebar-light")
} else {
sidebar.removeClass("control-sidebar-light")
sidebar.addClass("control-sidebar-dark")
}
});
2015-07-12 15:42:55 +02:00
$("[data-enable='expandOnHover']").on('click', function () {
2015-07-12 15:42:55 +02:00
$(this).attr('disabled', true);
AdminLTE.pushMenu.expandOnHover();
2015-07-25 21:06:16 +02:00
if (!$('body').hasClass('sidebar-collapse'))
$("[data-layout='sidebar-collapse']").click();
});
2015-07-12 15:42:55 +02:00
// Reset options
2015-07-25 21:06:16 +02:00
if ($('body').hasClass('fixed')) {
$("[data-layout='fixed']").attr('checked', 'checked');
}
2015-07-25 21:06:16 +02:00
if ($('body').hasClass('layout-boxed')) {
$("[data-layout='layout-boxed']").attr('checked', 'checked');
}
2015-07-25 21:06:16 +02:00
if ($('body').hasClass('sidebar-collapse')) {
$("[data-layout='sidebar-collapse']").attr('checked', 'checked');
}
2015-07-12 15:42:55 +02:00
2015-04-03 17:58:10 +02:00
}
2015-07-12 15:42:55 +02:00
})(jQuery, $.AdminLTE);