diff --git a/documentation/build/include/adminlte-options.html b/documentation/build/include/adminlte-options.html
index 22f8b682a..69b4da6ab 100644
--- a/documentation/build/include/adminlte-options.html
+++ b/documentation/build/include/adminlte-options.html
@@ -1,5 +1,5 @@
- Modifying the options of AdminLTE's app.js can be done using one of the following ways. Alternatively, you can define a global options variable named Example
+
Before you go to see your new awesome theme, here are few tips on how to familiarize yourself with it:
Note: LESS files are better commented than the compiled CSS file.
AdminLTE supports the following browsers: Note: IE9 does not support transitions or animations. The template will function properly but it won't use animations/transitions on IE9.
AdminLTE uses all of Bootstrap 3 components. It's a good start to review
@@ -8,7 +8,7 @@
that this documentation does not cover.
If you go through the example pages and would like to copy a component, right-click on
@@ -16,8 +16,8 @@
the HTML page.
The main header contains the logo and navbar. Construction of the
+ The main header contains the logo and navbar. Construction of the
navbar differs slightly from Bootstrap because it has components that Bootstrap doesn't provide.
The navbar can be constructed in two way. This an example for the normal navbar and next we will provide an example for
the top nav layout.
The sidebar used in this page to the left provides an example of what your sidebar should like.
Construction of a sidebar:
@@ -433,9 +433,9 @@
<!-- Search Form (Optional) -->
<form action="#" method="get" class="sidebar-form">
<div class="input-group">
- <input type="text" name="q" class="form-control" placeholder="Search..."/>
+ <input type="text" name="q" class="form-control" placeholder="Search..." />
<span class="input-group-btn">
- <button type='submit' name='search' id='search-btn' class="btn btn-flat"><i class="fa fa-search"></i></button>
+ <button type="submit" name="search" id="search-btn" class="btn btn-flat"><i class="fa fa-search"></i></button>
</span>
</div>
</form><!-- /.sidebar-form -->
@@ -483,7 +483,7 @@
<!-- This div must placed right after the sidebar for it to work-->
<div class="control-sidebar-bg"></div> Once you create the sidebar, you will need a toggle button to open/close it.
+ Once you create the sidebar, you will need a toggle button to open/close it.
By adding the attribute AdminLTE Javascript Options
+AdminLTE Javascript Options
Editing app.js
@@ -8,7 +8,7 @@
Defining AdminLTEOptions
AdminLTEOptions
and initialize it before loading app.js.<script>
+
+<script src="dist/js/app.js" type="text/javascript"></script><script>
var AdminLTEOptions = {
//Enable sidebar expand on hover effect for sidebar mini
//This option is forced to true if both the fixed layout and sidebar mini
@@ -20,17 +20,17 @@
enableBSToppltip: true
};
</script>
-<script src='dist/js/app.js' type='text/javascript'></script>
Available AdminLTE Options
- {
+
-{
//Add slimscroll to navbar menus
//This requires you to load the slimscroll plugin
//in every page before app.js
navbarMenuSlimscroll: true,
navbarMenuSlimscrollWidth: "3px", //The width of the scroll bar
navbarMenuHeight: "200px", //The height of the inner menu
- //General animation speed for JS animated elements such as box collapse/expand and
+ //General animation speed for JS animated elements such as box collapse/expand and
//sidebar treeview slide up/down. This options accepts an integer as milliseconds,
//'fast', 'normal', or 'slow'
animationSpeed: 500,
@@ -120,4 +120,4 @@
lg: 1200
}
}
A Word of Advice
- A Word of Advice
+ Browser Support
+Browser Support
Components
- Components
+ Reminder!
Tip!
Main Header
- Main Header
+ <header class="main-header">
+
<header class="main-header">
<a href="../../index2.html" class="logo">
<!-- LOGO -->
AdminLTE
@@ -184,7 +184,7 @@
<li><!-- start message -->
<a href="#">
<div class="pull-left">
- <img src="dist/img/user2-160x160.jpg" class="img-circle" alt="User Image"/>
+ <img src="dist/img/user2-160x160.jpg" class="img-circle" alt="User Image" />
</div>
<h4>
Sender Name
@@ -256,7 +256,7 @@
<!-- User Account: style can be found in dropdown.less -->
<li class="dropdown user user-menu">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
- <img src="dist/img/user2-160x160.jpg" class="user-image" alt="User Image"/>
+ <img src="dist/img/user2-160x160.jpg" class="user-image" alt="User Image" />
<span class="hidden-xs">Alexander Pierce</span>
</a>
<ul class="dropdown-menu">
@@ -355,7 +355,7 @@
-
+
<header class="main-header">
<nav class="navbar navbar-static-top">
<div class="container-fluid">
@@ -409,7 +409,7 @@
-
- Sidebar
+ Sidebar
data-toggle="control-sidebar"
to any button, it will
automatically act as the toggle button.
The box component is the most widely used component through out this template. You can use it for anything from displaying charts to just blocks of text. It comes in many different styles that we will explore below.
@@ -932,7 +932,7 @@app.js
was loaded, you have to activate
the collapse/remove buttons explicitly by calling .activateBox()
:
- <script>
+ <script>
$("#box-widget").activateBox();
</script>
@@ -1045,7 +1045,7 @@
Direct Chat
- 3
+ 3
@@ -1056,9 +1056,9 @@