roojs-all.js
[roojs1] / examples / bootstrap4 / sample.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    
8      <!-- Bootstrap -->
9     <link href="../../css-bootstrap4/bootstrap.min.css" rel="stylesheet" type="text/css" />   
10     <link href="../../css-bootstrap/font-awesome.css" rel="stylesheet" type="text/css" />
11     <link href="../../css-bootstrap4/roojs-bootstrap-debug.css" rel="stylesheet" type="text/css" />
12     
13   <!--  <link href="../../../bootswatch/material-kit/css/material-kit.css" rel="stylesheet"> -->
14
15     
16         
17     <script type="text/javascript" src="../../roojs-core-debug.js"></script>
18     <!-- bootstrap js.. needs to compile it later.. -->
19     <script type="text/javascript" src="../../roojs-bootstrap-debug.js"></script>
20     
21   
22
23     
24     <script type="text/javascript" src="../bootstrap/sample.js"></script>
25     
26   </head>
27   <body id="body">
28    
29  
30
31   </body>
32   <script type="text/javascript">
33     Roo.onReady(function() {
34         Roo.XComponent.hideProgress = true;
35         Roo.XComponent.build();
36     });
37 </script>
38 </html>