Ticket #13046: test.html
File test.html, 318 bytes (added by , 10 years ago) |
---|
Line | |
---|---|
1 | <!DOCTYPE html> |
2 | <html> |
3 | <head> |
4 | <meta charset="utf-8"> |
5 | <title>Using the CKEditor Read-Only API — CKEditor Sample</title> |
6 | <script src="ckeditor.js"></script> |
7 | </head> |
8 | <body dir="rtl"> |
9 | <textarea class="ckeditor" id="editor1" name="editor1" cols="100" rows="10"> |
10 | TEST |
11 | </textarea> |
12 | |
13 | </body> |
14 | </html> |