Popover overhall - with example
[roojs1] / examples / bootstrap4 / modal-layout.html
diff --git a/examples/bootstrap4/modal-layout.html b/examples/bootstrap4/modal-layout.html
new file mode 100644 (file)
index 0000000..1898e7b
--- /dev/null
@@ -0,0 +1,38 @@
+<!DOCTYPE html>
+<html>
+  <head>
+    <title>Bootstrap Modal Dialog test</title>
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+    
+    <!-- Bootstrap -->
+    <link rel="stylesheet" href="../../css-bootstrap4/sb-admin-2.min.css">
+    <link rel="stylesheet" href="../../css-bootstrap4/roojs-bootstrap.css">
+     <link rel="stylesheet" href="../../fonts/font-awesome.css"> 
+         
+        
+         
+        
+        
+    <script type="text/javascript" src="../../roojs-core-debug.js"></script>
+    <script type="text/javascript" src="../../roojs-bootstrap-debug.js"></script>
+    <script type="text/javascript" src="../../Roo/bootstrap/Modal.js"></script>
+
+         <script type="text/javascript">
+            rootURL = '/';
+         </script>
+    <!-- test code -->
+    <script type="text/javascript" src="../bootstrap/modal-layout.js"></script>
+  </head>
+  
+  <body id="body">
+  
+  </body>
+    <script type="text/javascript">
+       Roo.onReady(function() {
+       
+          Pman.Dialog.FileView.show({   });
+          
+      });
+
+    </script>
+</html>
\ No newline at end of file