diff --git a/documentation/build/include/adminlte-options.html b/documentation/build/include/adminlte-options.html index 4f1f9e5f..be79f571 100644 --- a/documentation/build/include/adminlte-options.html +++ b/documentation/build/include/adminlte-options.html @@ -21,7 +21,7 @@ }; </script> <script src='dist/js/app.js' type='text/javascript'></script> - +

Available AdminLTE Options

{
   //Add slimscroll to navbar menus
diff --git a/documentation/build/include/components.html b/documentation/build/include/components.html
index d6135ec4..5b259f1d 100644
--- a/documentation/build/include/components.html
+++ b/documentation/build/include/components.html
@@ -465,7 +465,7 @@
   these methods can be set through the Javascript options.

The following code should be placed within the .wrapper div. I prefer to place it right after the footer.

-

Dark Sidebar Markup

+

Dark Sidebar Markup

<!-- The Right Sidebar -->
 <aside class="control-sidebar control-sidebar-dark">
   <!-- Content of the sidebar goes here -->
@@ -473,8 +473,8 @@
 <!-- The sidebar's background -->
 <!-- This div must placed right after the sidebar for it to work-->
 <div class="control-sidebar-bg"></div>
- -

Light Sidebar Markup

+ +

Light Sidebar Markup

<!-- The Right Sidebar -->
 <aside class="control-sidebar control-sidebar-light">
   <!-- Content of the sidebar goes here -->
diff --git a/documentation/build/include/implementations.html b/documentation/build/include/implementations.html
index decba756..307a9126 100644
--- a/documentation/build/include/implementations.html
+++ b/documentation/build/include/implementations.html
@@ -2,14 +2,14 @@
   
   

Thanks to many of AdminLTE users, there are multiple implementations of the template for easy integration with back-end frameworks. The following are some of them:

- + - +

Note: these implementations are not supported by Almsaeed Studio. However, they do provide a good example of how to integrate AdminLTE into different frameworks. For the latest release of AdminLTE, please visit our repository or website

diff --git a/documentation/build/include/layout.html b/documentation/build/include/layout.html index b35f82d7..18d7fdc5 100644 --- a/documentation/build/include/layout.html +++ b/documentation/build/include/layout.html @@ -10,7 +10,7 @@

Tip!

The starter page is a good place to start building your app if you'd like to start from scratch.

-
+

Layout Options

AdminLTE 2.0 provides a set of options to apply to your main layout. Each on of these classes can be added @@ -27,12 +27,18 @@

Skins can be found in the dist/css/skins folder. Choose and the skin file that you want then add the appropriate class to the body tag to change the template's appearance. Here is the list of available skins:

-
    -
  • skin-blue
  • -
  • skin-yellow
  • -
  • skin-purple
  • -
  • skin-green
  • -
  • skin-red
  • -
  • skin-black
  • +
      +
    • skin-blue
    • +
    • skin-blue-light
    • +
    • skin-yellow
    • +
    • skin-yellow-light
    • +
    • skin-purple
    • +
    • skin-purple-light
    • +
    • skin-green
    • +
    • skin-green-light
    • +
    • skin-red
    • +
    • skin-red-light
    • +
    • skin-black
    • +
    • skin-black-light
    \ No newline at end of file diff --git a/documentation/build/index.html b/documentation/build/index.html index d3753689..d1d8aaad 100644 --- a/documentation/build/index.html +++ b/documentation/build/index.html @@ -13,7 +13,7 @@ - + @@ -70,7 +70,7 @@
  • Main Header
  • Sidebar
  • Control Sidebar
  • -
  • Info Box
  • +
  • Info Box
  • Boxes
  • Direct Chat
@@ -181,7 +181,7 @@ include "license.html" - + diff --git a/documentation/docs.js b/documentation/docs.js index 9a7afb40..dc0c504d 100644 --- a/documentation/docs.js +++ b/documentation/docs.js @@ -51,4 +51,10 @@ $(function () { }, 500); } }); + //Skin switcher + $('#layout-skins-list a').click(function(e) { + e.preventDefault(); + var skinName = $(this).siblings('code').text(); + $('body').attr('class', skinName + ' fixed'); + }); }); \ No newline at end of file diff --git a/documentation/index.html b/documentation/index.html index 9e1170a5..f2a2b45e 100644 --- a/documentation/index.html +++ b/documentation/index.html @@ -13,7 +13,7 @@ - + @@ -70,7 +70,7 @@
  • Main Header
  • Sidebar
  • Control Sidebar
  • -
  • Info Box
  • +
  • Info Box
  • Boxes
  • Direct Chat
  • @@ -217,7 +217,7 @@ AdminLTE/

    Tip!

    The starter page is a good place to start building your app if you'd like to start from scratch.

    -
    +

    Layout Options

    AdminLTE 2.0 provides a set of options to apply to your main layout. Each on of these classes can be added @@ -234,13 +234,19 @@ AdminLTE/

    Skins can be found in the dist/css/skins folder. Choose and the skin file that you want then add the appropriate class to the body tag to change the template's appearance. Here is the list of available skins:

    -
      -
    • skin-blue
    • -
    • skin-yellow
    • -
    • skin-purple
    • -
    • skin-green
    • -
    • skin-red
    • -
    • skin-black
    • +
        +
      • skin-blue
      • +
      • skin-blue-light
      • +
      • skin-yellow
      • +
      • skin-yellow-light
      • +
      • skin-purple
      • +
      • skin-purple-light
      • +
      • skin-green
      • +
      • skin-green-light
      • +
      • skin-red
      • +
      • skin-red-light
      • +
      • skin-black
      • +
      • skin-black-light
      @@ -269,7 +275,7 @@ AdminLTE/ }; </script> <script src='dist/js/app.js' type='text/javascript'></script>
    - +

    Available AdminLTE Options

    {
       //Add slimscroll to navbar menus
    @@ -835,7 +841,7 @@ AdminLTE/
       these methods can be set through the Javascript options.

    The following code should be placed within the .wrapper div. I prefer to place it right after the footer.

    -

    Dark Sidebar Markup

    +

    Dark Sidebar Markup

    <!-- The Right Sidebar -->
     <aside class="control-sidebar control-sidebar-dark">
       <!-- Content of the sidebar goes here -->
    @@ -843,8 +849,8 @@ AdminLTE/
     <!-- The sidebar's background -->
     <!-- This div must placed right after the sidebar for it to work-->
     <div class="control-sidebar-bg"></div>
    - -

    Light Sidebar Markup

    + +

    Light Sidebar Markup

    <!-- The Right Sidebar -->
     <aside class="control-sidebar control-sidebar-light">
       <!-- Content of the sidebar goes here -->
    @@ -2014,14 +2020,14 @@ AdminLTE/
       
       

    Thanks to many of AdminLTE users, there are multiple implementations of the template for easy integration with back-end frameworks. The following are some of them:

    - + - +

    Note: these implementations are not supported by Almsaeed Studio. However, they do provide a good example of how to integrate AdminLTE into different frameworks. For the latest release of AdminLTE, please visit our repository or website

    @@ -2121,7 +2127,7 @@ AdminLTE/ - +