JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
3e0a00536c95b6411be610ab60fef0e990b05328
[peach-html5-editor.git] / editor_tests_coffee.html
1 <!DOCTYPE html>
2 <html lang="en">
3 <head>
4         <meta charset="UTF-8">
5         <link rel="icon" href="data:;base64,iVBORw0KGgo=">
6         <title>html parser tester</title>
7 </head>
8 <body>
9         <h1>WHEIC editor test page (CoffeeScript version)</h1>
10         <p>This version of the test page compiles the CoffeeScript files in the browser. This is slower to load, but saves you having to rebuild as you work (or even install CoffeeScript).</p>
11         <form action="#" method="get">
12         <p><textarea rows="9" cols="22" name="test_wysiwyg">&lt;p&gt;Normal &lt;strong&gt;Bold &lt;em&gt; Italic+Bold&lt;/strong&gt; Italic&lt;/em&gt; Normal&lt;/p&gt;</textarea></p>
13                 
14         </form>
15         <script src="parser.coffee" type="text/coffeescript"></script>
16         <script src="editor.coffee" type="text/coffeescript"></script>
17         <script src="coffee-script.js"></script>
18 </body>
19 </html>