roojs-all.js
[roojs1] / examples / mailer / template1.html
1 <!DOCTYPE html>
2 <html>
3   <head>
4     <title>Html editor for bootstrap test</title>
5     <meta name="viewport" content="width=device-width, initial-scale=1.0">
6     
7     <!-- Bootstrap -->
8     <link rel="stylesheet" href="../../css-mailer/mailer.css">
9         
10     
11         
12         
13     <script type="text/javascript" src="../../roojs-core-debug.js"></script>
14     <!-- bootstrap js.. needs to compile it later.. -->
15     <script type="text/javascript" src="../../roojs-bootstrap-debug.js"></script>
16     <script type="text/javascript" src="../../roojs-mailer-debug.js"></script>
17      <script type="text/javascript">
18         Dashboard = {};
19      </script>
20
21     <!-- test code -->
22     
23     <script type="text/javascript" src="template1.js"></script>
24   </head>
25   <body id="body">
26     <script type="text/javascript">
27       Roo.onReady(function() {
28           Roo.XComponent.hideProgress = true;
29           Roo.XComponent.build();
30       });
31     </script>
32   </body>
33 </html>