Popover overhall - with example
[roojs1] / examples / bootstrap4 / modal-layout.html
1 <!DOCTYPE html>
2 <html>
3   <head>
4     <title>Bootstrap Modal Dialog test</title>
5     <meta name="viewport" content="width=device-width, initial-scale=1.0">
6     
7     <!-- Bootstrap -->
8     <link rel="stylesheet" href="../../css-bootstrap4/sb-admin-2.min.css">
9     <link rel="stylesheet" href="../../css-bootstrap4/roojs-bootstrap.css">
10      <link rel="stylesheet" href="../../fonts/font-awesome.css"> 
11          
12         
13          
14         
15         
16     <script type="text/javascript" src="../../roojs-core-debug.js"></script>
17     <script type="text/javascript" src="../../roojs-bootstrap-debug.js"></script>
18     <script type="text/javascript" src="../../Roo/bootstrap/Modal.js"></script>
19
20          <script type="text/javascript">
21             rootURL = '/';
22          </script>
23     <!-- test code -->
24     <script type="text/javascript" src="../bootstrap/modal-layout.js"></script>
25   </head>
26   
27   <body id="body">
28   
29   </body>
30     <script type="text/javascript">
31        Roo.onReady(function() {
32        
33           Pman.Dialog.FileView.show({   });
34           
35       });
36
37     </script>
38 </html>