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