Ticket #9379: 9379.html
File 9379.html, 361 bytes (added by , 12 years ago) |
---|
Line | |
---|---|
1 | <!DOCTYPE html> |
2 | <html> |
3 | <head> |
4 | <meta charset="utf-8"> |
5 | <title>Replace Textarea by Code — CKEditor Sample</title> |
6 | <script src="../../ckeditor.js"></script> |
7 | <link href="../../samples/sample.css" rel="stylesheet"> |
8 | </head> |
9 | <body> |
10 | <h1 class="samples" contenteditable="true"> |
11 | An editable section at the top of page. |
12 | </h1> |
13 | </body> |
14 | </html> |