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-bootstrap/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 Roo.namespace("Example");
30     </script>
31      <!--
32          <script type="text/javascript" src="Dashboard.Header1.js"></script>
33         <script type="text/javascript" src="./nested-dialog.js"></script>
34      -->
35      
36      
37     <style type="text/css">
38 .navbar {
39     padding: 0;
40 }
41  
42         </style>
43         <script type="text/javascript" src="../bootstrap/nested.js">
44
45   
46         </script>
47 </head>
48 <body class="xtheme-gray">
49
50  </body>
51 </html>