fix view source on dashbard4
[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   <script type="text/javascript" src="../../docs/Roo.docs.ViewSource.js"></script>
22
23          
24    
25      <script type="text/javascript">
26         Dashboard = {};
27      </script>
28
29     <!-- test code -->
30     
31     <script type="text/javascript" src="../bootstrap/dashboard4.js"></script>
32
33   </head>
34   <body id="body">
35     <script type="text/javascript">
36       Roo.onReady(function() {
37           Roo.XComponent.build();
38       });
39     </script>
40   </body>
41 </html>