2d55a5958c1aa139ef9e9f7f4db9cbfeaf70d034
[roojs1] / examples / bootstrap / 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-bootstrap/bootstrap.min.css">
9         
10     <link rel="stylesheet" href="../../css-bootstrap/roojs-bootstrap.min.css">
11         
12      <link rel="stylesheet" href="../../css-bootstrap/font-awesome.min.css"> 
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    
19         
20     <!-- test code -->
21     <script type="text/javascript" src="modal.js"></script>
22   </head>
23   
24   <body id="body">
25     <script type="text/javascript">
26         var baseURL = '/web.eventmanager/demo.local.php';
27       Roo.onReady(function() {
28           Roo.XComponent.build();
29           Roo.XComponent.on('buildcomplete', function() {
30             Roo.example.modal.el.show();
31           });
32       });
33
34     </script>
35   </body>
36 </html>