examples/bootstrap4/TimePicker.html
authorAlan Knowles <alan@roojs.com>
Mon, 8 Feb 2021 02:24:47 +0000 (10:24 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 8 Feb 2021 02:24:47 +0000 (10:24 +0800)
examples/bootstrap4/TimePicker.html

index e69de29..caab4cc 100644 (file)
@@ -0,0 +1,40 @@
+<!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/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/TimeField.js"></script>
+
+         <script type="text/javascript">
+            rootURL = '/';
+         </script>
+    <!-- test code -->
+    <script type="text/javascript" src="./timefield.js"></script>
+  </head>
+  
+  <body id="body">
+  
+    <div id="bootstrap-body"
+         style="width: 100px;height: 100px;display: block;background-color: red;position: relative;left: 133px;top: 100px;"></div>
+  </body>
+    <script type="text/javascript">
+       Roo.onReady(function() {
+       
+          Pman.Popover.FileTest.show({   });
+          //Roo.get("bootstrap-body").on('click', function() { Pman.Popover.FileTest.show({ _el : Roo.get("bootstrap-body") }); })
+      });
+
+    </script>
+</html>
\ No newline at end of file