examples/bootstrap4/popover.html
authorAlan Knowles <alan@roojs.com>
Wed, 27 Jan 2021 08:58:17 +0000 (16:58 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 27 Jan 2021 08:58:17 +0000 (16:58 +0800)
examples/bootstrap4/popover.html

index e69de29..e8af288 100644 (file)
@@ -0,0 +1,30 @@
+<!DOCTYPE html>
+<html>
+  <head>
+    <title>Bootstrap 101 Template</title>
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+    
+    <!-- Bootstrap -->
+    <link rel="stylesheet" href="../../css-bootstrap4/bootstrap.min.css">
+    <link rel="stylesheet" href="../../css-bootstrap4/roojs-bootstrap.min.css">
+     <link rel="stylesheet" href="../../css-bootstrap4/font-awesome.min.css"> 
+         
+        
+        
+    <script type="text/javascript" src="../../roojs-core-debug.js"></script>
+    <script type="text/javascript" src="../../roojs-bootstrap-debug.js"></script>
+   
+        
+    <!-- test code -->
+    <script type="text/javascript" src="../bootstrap/poppover.js"></script>
+  </head>
+  
+  <body id="body">
+    <script type="text/javascript">
+       Roo.onReady(function() {
+          Roo.example.modal.show({});
+      });
+
+    </script>
+  </body>
+</html>
\ No newline at end of file