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.css">
8     <link rel="stylesheet" type="text/css" href="../../css-bootstrap/bootstrap-overrides.css">
9     <link rel="stylesheet" type="text/css" href="../../css-bootstrap/elements.css">
10     <link rel="stylesheet" type="text/css" href="../../css-bootstrap/icons.css">
11     <link rel="stylesheet" type="text/css" href="../../css-bootstrap/layout.css">
12     <link rel="stylesheet" type="text/css" href="../../css-bootstrap/ui-elements.css">
13       
14     
15     <script type="text/javascript" src="../../roojs-debug.js"></script>
16     
17     <!-- bootstrap js.. needs to compile it later.. -->
18     <script type="text/javascript" src="../../roojs-bootstrap-debug.js"></script>
19     
20     <script type="text/javascript" src="../../Roo/PagingToolbar.js"></script>
21
22     
23     <!-- test code -->
24     <script type="text/javascript" src="bootstrap.js"></script>
25   </head>
26   <body id="body">
27     <script type="text/javascript">
28       Roo.onReady(function() {
29         Roo.XComponent.hideProgress = true;
30           Roo.XComponent.build();
31       });
32     </script>
33   </body>
34 </html>