roojs-all.js
[roojs1] / examples / bootstrap / dashboard1.html
index 5555625..c61d470 100644 (file)
@@ -6,24 +6,17 @@
     
     <!-- Bootstrap -->
     <link rel="stylesheet" href="../../css-bootstrap/bootstrap.min.css">
-        
-    <link href="../../../bootswatch/AdminLTE-master/css/font-awesome.min.css" rel="stylesheet" type="text/css" />
+    <link rel="stylesheet" href="../../css-bootstrap/font-awesome.min.css">   
+    
     <link href="../../../bootswatch/AdminLTE-master/css/AdminLTE.css" rel="stylesheet" type="text/css" />
     
-    <link href="../../css-bootstrap/sidebar-nav.css" rel="stylesheet" type="text/css" />
-    <link href="../../css-bootstrap/tweaks.css" rel="stylesheet" type="text/css" />
-    <link href="../../css-bootstrap/checkbox.css" rel="stylesheet" type="text/css" />
-
-        
-        
+    <link href="../../css-bootstrap/roojs-bootstrap-debug.css" rel="stylesheet" type="text/css" />
         
     <script type="text/javascript" src="../../roojs-core-debug.js"></script>
     <!-- bootstrap js.. needs to compile it later.. -->
     <script type="text/javascript" src="../../roojs-bootstrap-debug.js"></script>
-    <script type="text/javascript" src="../../Roo/bootstrap/Input.js"></script>
-    <script type="text/javascript" src="../../Roo/bootstrap/Button.js"></script>
-    <script type="text/javascript" src="../../Roo/bootstrap/CheckBox.js"></script>
-    
+        
+     
      <script type="text/javascript">
         Dashboard = {};
      </script>
   <body id="body">
     <script type="text/javascript">
       Roo.onReady(function() {
+          Roo.XComponent.hideProgress = true;
           Roo.XComponent.build();
+          Roo.bootstrap.Tooltip.init();
       });
     </script>
   </body>
-</html>
\ No newline at end of file
+</html>
+<script type="text/javascript" src="../../Roo/bootstrap/dash/TabBox.js"></script>
\ No newline at end of file