examples/bootstrap4/modal.html
[roojs1] / examples / bootstrap4 / modal.html
index 968d2df..f9838d4 100644 (file)
   
   <body id="body">
     <script type="text/javascript">
-        var baseURL = '/web.eventmanager/demo.local.php';
-      Roo.onReady(function() {
-          Roo.XComponent.build();
-          Roo.XComponent.on('buildcomplete', function() {
-            Roo.example.modal.el.show();
-          });
+       Roo.onReady(function() {
+          Roo.example.modal.show();
       });
 
     </script>