roojs-all.js
[roojs1] / examples / bootstrap4 / Editor.html
1 <!DOCTYPE html>
2 <html>
3   <head>
4     <title>Bootstrap - Editor Example</title>
5     <meta name="viewport" content="width=device-width, initial-scale=1.0">
6     
7        <!-- Bootstrap -->
8     <link rel="stylesheet" type="text/css" href="../../css-bootstrap4/bootstrap.min.css">
9     <link rel="stylesheet" type="text/css" href="../../css-bootstrap4/roojs-bootstrap.css">
10     <link rel="stylesheet" type="text/css" href="../../css-bootstrap/font-awesome.css">
11     
12     <script type="text/javascript" src="../../roojs-debug.js"></script>
13     
14      <script type="text/javascript" src="../../roojs-bootstrap-debug.js"></script>
15
16  
17     
18     
19     <!-- test code -->
20     <script type="text/javascript" src="../bootstrap/Editor.js"></script>
21   </head>
22   
23   <body id="body">
24     <script type="text/javascript">
25         Campaign = { Dialog : {} };
26         
27        
28          
29         Roo.onReady(function() {
30             Roo.XComponent.build();
31         });
32         
33         Roo.XComponent.on('buildcomplete', function() {
34           return;
35             
36         });
37         
38
39         
40     </script>
41     
42    </body>
43 </html>