examples/bootstrap/bootstrap.html
[roojs1] / examples / bootstrap / bootstrap.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      <!-- Bootstrap -->
7     <link rel="stylesheet" type="text/css" href="../../css-bootstrap/bootstrap.min.css">
8     <link rel="stylesheet" type="text/css" href="../../css-bootstrap/calendar.css">
9     <link rel="stylesheet" type="text/css" href="../../css-bootstrap/checkbox.css">
10     <link rel="stylesheet" type="text/css" href="../../css-bootstrap/mask.css">
11     <link rel="stylesheet" type="text/css" href="../../css-bootstrap/modal.css">
12     <link rel="stylesheet" type="text/css" href="../../css-bootstrap/select2.css">
13     <link rel="stylesheet" type="text/css" href="../../css-bootstrap/sidebar-nav.css">
14     <link rel="stylesheet" type="text/css" href="../../css-bootstrap/sticky-footer.css">
15     <link rel="stylesheet" type="text/css" href="../../css-bootstrap/tweaks.css">
16     <link rel="stylesheet" type="text/css" href="../../css-bootstrap/font-awesome.css">
17     
18     <script type="text/javascript" src="../../roojs-debug.js"></script>
19     
20     <!-- bootstrap js.. needs to compile it later.. -->
21     <script type="text/javascript" src="../../roojs-bootstrap-debug.js"></script>
22     <script type="text/javascript" src="../../Roo/bootstrap/NavGroup.js"></script>
23     <script type="text/javascript" src="../../Roo/bootstrap/PagingToolbar.js"></script>
24
25     
26     <!-- test code -->
27     <script type="text/javascript" src="bootstrap.js"></script>
28   </head>
29   <body id="body">
30     <script type="text/javascript">
31       Roo.onReady(function() {
32         Roo.XComponent.hideProgress = true;
33           Roo.XComponent.build();
34       });
35     </script>
36   </body>
37 </html>