roojs-all.js
[roojs1] / examples / bootstrap / 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-bootstrap/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-bootstrap/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         </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>