roojs-all.js
[roojs1] / examples / bootstrap4 / 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" type="text/css" href="../../css-bootstrap4/bootstrap.min.css">
9     <link rel="stylesheet" type="text/css" href="../../css-bootstrap4/roojs-bootstrap.css">
10     <link rel="stylesheet" type="text/css" href="../../css-bootstrap/font-awesome.css">
11         <link href="../../../bootswatch/AdminLTE-master/css/AdminLTE.css" rel="stylesheet" type="text/css" />
12
13     <script type="text/javascript" src="../../roojs-debug.js"></script>
14     
15     <!-- bootstrap js.. needs to compile it later.. -->
16     <script type="text/javascript" src="../../roojs-bootstrap-debug.js"></script>
17    
18     
19     
20      <script type="text/javascript">
21         Dashboard = {};
22      </script>
23
24     <!-- test code -->
25     <script type="text/javascript" src="../bootstrap/Dashboard.Header1.js"></script>
26     <script type="text/javascript" src="../bootstrap/Dashboard.Sidebar2.js"></script>
27     <script type="text/javascript" src="../bootstrap/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