5ea8cbf3984b33a32fd0414ba503190e039d7b68
[roojs1] / examples / bootstrap / htmleditor.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-bootstrap/bootstrap.min.css">
9         
10     
11         
12         
13         
14     <script type="text/javascript" src="../../roojs-core-debug.js"></script>
15     <!-- bootstrap js.. needs to compile it later.. -->
16      <script type="text/javascript" src="../../roojs-bootstrap-debug.js"></script>
17     
18    
19     <script type="text/javascript" src="../../Roo/HtmlEditorCore.js"></script>
20     <script type="text/javascript" src="../../Roo/bootstrap/HtmlEditor.js"></script>
21     <script type="text/javascript" src="../../Roo/bootstrap/htmleditor/ToolbarStandard.js"></script>
22
23     <!-- test code -->
24     <script type="text/javascript" src="htmleditor.js"></script>
25   </head>
26   <body id="body">
27     <script type="text/javascript">
28       Roo.onReady(function() {
29           Roo.XComponent.build();
30       });
31     </script>
32   </body>
33 </html>