a81a42b8320e992c66f96c826e5d40a5093d3104
[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     
27     
28     <script type="text/javascript">
29
30 Roo.namespace("Dashboard");
31     </script>
32      
33          <script type="text/javascript" src="Dashboard.Header1.js"></script>
34 <script type="text/javascript" src="./nested-dialog.js"></script>
35      
36      
37      
38     <style type="text/css">
39 .navbar {
40     padding: 0;
41 }
42 /*
43  
44 .table-body-fixed tbody {
45    overflow-y: scroll;
46   width: 100%;
47 }
48 .table-body-fixed  thead,
49 .table-body-fixed  tbody,
50  
51 .table-body-fixed th   {
52   display: block;
53 }
54 .table-body-fixed thead {
55     overflow:  hidden;
56 }
57
58
59 .table-body-fixed tbody td, 
60 .table-body-fixed thead > tr> th {
61   float: left;
62   border-bottom-width: 0;
63 }
64  .table-body-fixed thead > tr,
65 .table-body-fixed tbody > tr
66 {
67     display: block;
68     overflow: hidden;
69 }
70 */
71         </style>
72         <script type="text/javascript" src="../boostrap/nested.js">
73
74   
75         </script>
76 </head>
77 <body class="xtheme-gray">
78
79  </body>
80 </html>