Fix #6465 - drag drop for cards
[roojs1] / examples / bootstrap4 / dashboard4.html
diff --git a/examples/bootstrap4/dashboard4.html b/examples/bootstrap4/dashboard4.html
new file mode 100644 (file)
index 0000000..8dc05d8
--- /dev/null
@@ -0,0 +1,40 @@
+<!DOCTYPE html>
+<html>
+  <head>
+    <title>Card Drag and drop testingt</title>
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+    
+    <!-- Bootstrap -->
+       <link rel="stylesheet" type="text/css" href="../../css-bootstrap4/bootstrap.min.css">
+    <link rel="stylesheet" type="text/css" href="../../css-bootstrap4/roojs-bootstrap.css">
+    <link rel="stylesheet" type="text/css" href="../../css-bootstrap/font-awesome.css">
+        <link href="../../../bootswatch/AdminLTE-master/css/AdminLTE.css" rel="stylesheet" type="text/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>
+       <script type="text/javascript" src="../../Roo/bootstrap/Card.js"></script>
+<script type="text/javascript" src="../../Roo/bootstrap/CardFooter.js"></script>
+       <script type="text/javascript" src="../../Roo/bootstrap/CardUploader.js"></script>
+
+         
+   
+     <script type="text/javascript">
+        Dashboard = {};
+     </script>
+
+    <!-- test code -->
+    
+    <script type="text/javascript" src="../bootstrap/dashboard4.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