examples/bootstrap4/popover.html
authorAlan Knowles <alan@roojs.com>
Thu, 28 Jan 2021 05:31:55 +0000 (13:31 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 28 Jan 2021 05:31:55 +0000 (13:31 +0800)
examples/bootstrap4/popover.html

index 38899ca..a7ab597 100644 (file)
@@ -32,7 +32,8 @@
     <script type="text/javascript">
        Roo.onReady(function() {
        
-          Pman.Popover.FileTest.show({ _el : Roo.get("bootstrap-body") });
+          Pman.Popover.FileTest.show({   });
+          //Roo.get("bootstrap-body").on('click', function() { Pman.Popover.FileTest.show({ _el : Roo.get("bootstrap-body") }); })
       });
 
     </script>