examples/bootstrap4/nested.html
[roojs1] / examples / bootstrap4 / nested.html
1 <!--
2
3 porting tst for layout classes from original roo library into bootstrap one.
4
5
6 -->
7 <html>
8 <head>
9   <title>Nested Layout</title>
10   
11    <!-- Bootstrap -->
12     <link href="../../css-bootstrap4/bootstrap.min.css" rel="stylesheet" type="text/css" />   
13     <link href="../../css-bootstrap4/font-awesome.css" rel="stylesheet" type="text/css" />
14     <link href="../../css-bootstrap4/roojs-bootstrap-debug.css" rel="stylesheet" type="text/css" />
15     
16   <!--  <link href="../../../bootswatch/material-kit/css/material-kit.css" rel="stylesheet"> -->
17
18     
19         
20     <script type="text/javascript" src="../../roojs-core-debug.js"></script>
21     <!-- bootstrap js.. needs to compile it later.. -->
22     <script type="text/javascript" src="../../roojs-bootstrap-debug.js"></script>
23     
24   
25      
26     <script type="text/javascript">
27
28 Roo.namespace("Dashboard");
29     </script>
30      
31          <script type="text/javascript" src="Dashboard.Header1.js"></script>
32         <script type="text/javascript" src="./nested-dialog.js"></script>
33      
34      
35      
36     <style type="text/css">
37 .navbar {
38     padding: 0;
39 }
40  
41         </style>
42         <script type="text/javascript" src="../bootstrap/nested.js">
43
44   
45         </script>
46 </head>
47 <body class="xtheme-gray">
48
49  </body>
50 </html>