8dc05d8e34de4569e862526ec7b065dceb08036a
[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 <script type="text/javascript" src="../../Roo/bootstrap/CardFooter.js"></script>
19        <script type="text/javascript" src="../../Roo/bootstrap/CardUploader.js"></script>
20
21  
22          
23    
24      <script type="text/javascript">
25         Dashboard = {};
26      </script>
27
28     <!-- test code -->
29     
30     <script type="text/javascript" src="../bootstrap/dashboard4.js"></script>
31
32   </head>
33   <body id="body">
34     <script type="text/javascript">
35       Roo.onReady(function() {
36           Roo.XComponent.build();
37       });
38     </script>
39   </body>
40 </html>