090719046bbb1a066b81b1eab37a48259b626659
[roojs1] / examples / bootstrap4 / dashboard4.html
1 <!DOCTYPE html>
2 <html>
3   <head>
4     <title>Card Drag and drop testingt</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        <script type="text/javascript" src="../../Roo/bootstrap/Card.js"></script>
18
19
20  
21          
22    
23      <script type="text/javascript">
24         Dashboard = {};
25      </script>
26
27     <!-- test code -->
28     
29     <script type="text/javascript" src="../bootstrap/dashboard4.js"></script>
30
31   </head>
32   <body id="body">
33     <script type="text/javascript">
34       Roo.onReady(function() {
35           Roo.XComponent.build();
36       });
37     </script>
38   </body>
39 </html>