view source
[roojs1] / examples / bootstrap / bootstrap.html
index 13e3cbf..9baaae3 100644 (file)
@@ -4,20 +4,15 @@
     <title>Bootstrap 101 Template</title>
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
      <!-- Bootstrap -->
-    <link rel="stylesheet" type="text/css" href="../../css-bootstrap/bootstrap.css">
-    <link rel="stylesheet" type="text/css" href="../../css-bootstrap/bootstrap-overrides.css">
-    <link rel="stylesheet" type="text/css" href="../../css-bootstrap/elements.css">
-    <link rel="stylesheet" type="text/css" href="../../css-bootstrap/icons.css">
-    <link rel="stylesheet" type="text/css" href="../../css-bootstrap/layout.css">
-    <link rel="stylesheet" type="text/css" href="../../css-bootstrap/ui-elements.css">
-      
+    <link rel="stylesheet" type="text/css" href="../../css-bootstrap/bootstrap.min.css">
+    <link rel="stylesheet" type="text/css" href="../../css-bootstrap/roojs-bootstrap.css">
+    <link rel="stylesheet" type="text/css" href="../../css-bootstrap/font-awesome.css">
     
     <script type="text/javascript" src="../../roojs-debug.js"></script>
     
     <!-- bootstrap js.. needs to compile it later.. -->
     <script type="text/javascript" src="../../roojs-bootstrap-debug.js"></script>
-    
-
+     
     
     <!-- test code -->
     <script type="text/javascript" src="bootstrap.js"></script>
@@ -25,6 +20,7 @@
   <body id="body">
     <script type="text/javascript">
       Roo.onReady(function() {
+        Roo.XComponent.hideProgress = true;
           Roo.XComponent.build();
       });
     </script>