roojs-all.js
[roojs1] / examples / bootstrap4 / modal.html
1 <!DOCTYPE html>
2 <html>
3   <head>
4     <title>Bootstrap 101 Template</title>
5     <meta name="viewport" content="width=device-width, initial-scale=1.0">
6     
7     <!-- Bootstrap -->
8     <link rel="stylesheet" href="../../css-bootstrap4/bootstrap.min.css">
9     <link rel="stylesheet" href="../../css-bootstrap4/roojs-bootstrap.min.css">
10      <link rel="stylesheet" href="../../css-bootstrap4/font-awesome.min.css"> 
11          
12         
13         
14     <script type="text/javascript" src="../../roojs-core-debug.js"></script>
15     <script type="text/javascript" src="../../roojs-bootstrap-debug.js"></script>
16    
17         
18     <!-- test code -->
19     <script type="text/javascript" src="../bootstrap/modal.js"></script>
20   </head>
21   
22   <body id="body">
23     <script type="text/javascript">
24        Roo.onReady(function() {
25           Roo.example.modal.show({});
26       });
27
28     </script>
29   </body>
30 </html>