Ticket #7797: paste-word-ticket.html
| File paste-word-ticket.html, 481 bytes (added by , 15 years ago) |
|---|
| Line | |
|---|---|
| 1 | <html xmlns="http://www.w3.org/1999/xhtml"> |
| 2 | <head> |
| 3 | <title>#5892 - Test Page</title> |
| 4 | <meta content="text/html; charset=utf-8" http-equiv="content-type" /> |
| 5 | <script type="text/javascript" src="../ckeditor.js"></script> |
| 6 | </head> |
| 7 | <body> |
| 8 | <p> |
| 9 | <textarea cols="80" id="editor1" name="editor1" rows="10"> |
| 10 | </textarea> |
| 11 | <script type="text/javascript"> |
| 12 | CKEDITOR.replace( 'editor1', |
| 13 | { |
| 14 | }); |
| 15 | </script> |
| 16 | </p> |
| 17 | </body> |
| 18 | </html> |
