10fceb8b37358dddbf9fa726e0e6674beb720920
[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     <!-- bootstrap js.. needs to compile it later.. -->
17     <script type="text/javascript" src="../../roojs-bootstrap-debug.js"></script>
18     
19
20     
21     <script type="text/javascript" src="sample.js"></script>
22     
23   </head>
24   <body id="body">
25    
26  
27
28   </body>
29   <script type="text/javascript">
30     Roo.onReady(function() {
31         Roo.XComponent.hideProgress = true;
32         Roo.XComponent.build();
33     });
34 </script>
35 </html>