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

index 0f1ff33..d55423f 100644 (file)
   </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"));
       });
 
     </script>
-    <div id="bootstrap-body"
-         style="width: 100px;height: 100px;display: block;background-color: red;position: relative;left: 133px;top: 100px;"></div>
-  </body>
-  
 </html>
\ No newline at end of file