diff --git a/documentation/build/include/adminlte-options.html b/documentation/build/include/adminlte-options.html index 4f1f9e5f5..be79f5711 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> - +
{
//Add slimscroll to navbar menus
diff --git a/documentation/build/include/components.html b/documentation/build/include/components.html
index d6135ec47..5b259f1db 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 decba756c..307a91263 100644
--- a/documentation/build/include/implementations.html
+++ b/documentation/build/include/implementations.html
@@ -2,14 +2,14 @@
Implementations
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:
-
+
- Yii 2 by Tobias Munk
- Laravel by Arjay Angeles
- - Symfony by Marc Bach
+ - Symfony by Marc Bach
- Rails Gem by Nicolas Besnard
-
+
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 b35f82d7c..18d7fdc55 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 d37536898..d1d8aaad9 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 9a7afb401..dc0c504d1 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 9e1170a5e..f2a2b45eb 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
+
@@ -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/
Implementations
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:
-
+
- Yii 2 by Tobias Munk
- Laravel by Arjay Angeles
- - Symfony by Marc Bach
+ - Symfony by Marc Bach
- Rails Gem by Nicolas Besnard
-
+
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/
-
+