examples/bootstrap/dashboard1.html
authorAlan Knowles <alan@roojs.com>
Thu, 11 Sep 2014 08:53:40 +0000 (16:53 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 11 Sep 2014 08:53:40 +0000 (16:53 +0800)
examples/bootstrap/dashboard1.html

index e69de29..3bd82fd 100644 (file)
@@ -0,0 +1,31 @@
+<!DOCTYPE html>
+<html>
+  <head>
+    <title>Html editor for bootstrap test</title>
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+    
+    <!-- Bootstrap -->
+    <link rel="stylesheet" href="../../css-bootstrap/bootstrap.min.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>
+    
+
+    <!-- test code -->
+    <script type="text/javascript" src="Dashboard.Header1.js"></script>
+    <script type="text/javascript" src="Dashboard.Sidebar2.js"></script>
+    <script type="text/javascript" src="dashboard1.js"></script>
+  </head>
+  <body id="body">
+    <script type="text/javascript">
+      Roo.onReady(function() {
+          Roo.XComponent.build();
+      });
+    </script>
+  </body>
+</html>
\ No newline at end of file