examples/bootstrap4/nested.html
[roojs1] / examples / bootstrap4 / nested.html
index a81a42b..101be70 100644 (file)
@@ -1,19 +1,14 @@
-<!--
-
-porting tst for layout classes from original roo library into bootstrap one.
-
-
--->
-<html>
+<!doctype html>
+<html lang="en">
 <head>
   <title>Nested Layout</title>
   
    <!-- Bootstrap -->
     <link href="../../css-bootstrap4/bootstrap.min.css" rel="stylesheet" type="text/css" />   
-    <link href="../../css-bootstrap4/font-awesome.css" rel="stylesheet" type="text/css" />
+    <link href="../../css-bootstrap/font-awesome.css" rel="stylesheet" type="text/css" />
     <link href="../../css-bootstrap4/roojs-bootstrap-debug.css" rel="stylesheet" type="text/css" />
     
-  <!--  <link href="../../../bootswatch/material-kit/css/material-kit.css" rel="stylesheet"> -->
+    <!--  <link href="../../../bootswatch/material-kit/css/material-kit.css" rel="stylesheet"> -->
 
     
         
@@ -22,54 +17,22 @@ porting tst for layout classes from original roo library into bootstrap one.
     <script type="text/javascript" src="../../roojs-bootstrap-debug.js"></script>
     
   
-    
-    
-    
+     
     <script type="text/javascript">
 
 Roo.namespace("Dashboard");
+Roo.namespace("Example");
     </script>
-     
-         <script type="text/javascript" src="Dashboard.Header1.js"></script>
-<script type="text/javascript" src="./nested-dialog.js"></script>
-     
+    
+         <script type="text/javascript" src="../../Roo/bootstrap/layout/Border.js"></script>
+    
      
      
-    <style type="text/css">
-.navbar {
-    padding: 0;
-}
-/*
+       <style type="text/css">
  
-.table-body-fixed tbody {
-   overflow-y: scroll;
-  width: 100%;
-}
-.table-body-fixed  thead,
-.table-body-fixed  tbody,
  
-.table-body-fixed th   {
-  display: block;
-}
-.table-body-fixed thead {
-    overflow:  hidden;
-}
-
-
-.table-body-fixed tbody td, 
-.table-body-fixed thead > tr> th {
-  float: left;
-  border-bottom-width: 0;
-}
- .table-body-fixed thead > tr,
-.table-body-fixed tbody > tr
-{
-    display: block;
-    overflow: hidden;
-}
-*/
         </style>
-       <script type="text/javascript" src="../boostrap/nested.js">
+       <script type="text/javascript" src="../bootstrap/nested.js">
 
   
        </script>