roojs-all.js
[roojs1] / examples / bootstrap / dashboard1.html
1 <!DOCTYPE html>
2 <html>
3   <head>
4     <title>Html editor for bootstrap test</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/font-awesome.min.css">   
10     
11     <link href="../../../bootswatch/AdminLTE-master/css/AdminLTE.css" rel="stylesheet" type="text/css" />
12     
13     <link href="../../css-bootstrap/roojs-bootstrap-debug.css" rel="stylesheet" type="text/css" />
14         
15     <script type="text/javascript" src="../../roojs-core-debug.js"></script>
16     <!-- bootstrap js.. needs to compile it later.. -->
17     <script type="text/javascript" src="../../roojs-bootstrap-debug.js"></script>
18         
19      
20      <script type="text/javascript">
21         Dashboard = {};
22      </script>
23
24     <!-- test code -->
25     <script type="text/javascript" src="Dashboard.Header1.js"></script>
26     <script type="text/javascript" src="Dashboard.Sidebar2.js"></script>
27     <script type="text/javascript" src="dashboard1.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           Roo.bootstrap.Tooltip.init();
35       });
36     </script>
37   </body>
38 </html>
39 <script type="text/javascript" src="../../Roo/bootstrap/dash/TabBox.js"></script>