support resize on bootstrap html editor
[roojs1] / examples / bootstrap / 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-bootstrap/bootstrap.min.css">
9     <link rel="stylesheet" type="text/css" href="../../css-bootstrap/roojs-bootstrap.css">
10     <link rel="stylesheet" type="text/css" href="../../css-bootstrap/font-awesome.css">
11   
12         
13         
14         
15     <script type="text/javascript" src="../../roojs-core-debug.js"></script>
16     <script type="text/javascript" src="../../roojs-bootstrap-debug.js"></script>
17
18     <!-- bootstrap js.. needs to compile it later.. -->
19     <script type="text/javascript" src="../../Roo/HtmlEditorCore.js"></script>
20
21      <script type="text/javascript" src="../../Roo/bootstrap/form/HtmlEditor.js"></script>
22
23     
24     
25     <!-- test code -->
26     <script type="text/javascript" src="Editor.js"></script>
27   </head>
28   
29   <body id="body">
30     <script type="text/javascript">
31         Campaign = { Dialog : {} };
32           
33         Roo.XComponent.hideProgress = true;
34         
35         Roo.onReady(function() {
36             Roo.XComponent.build();
37         });
38         
39           
40
41         
42     </script>
43     
44    </body>
45 </html>