| 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="60"> |
|---|
| 10 | <p>This is a paragraph test</p> |
|---|
| 11 | <table border="1" cellpadding="1" cellspacing="1" id="_1280426476191" style="width: 500px;"> |
|---|
| 12 | <tbody> |
|---|
| 13 | <tr> |
|---|
| 14 | <td colspan="1" id="_1280426476192" rowspan="1" style="width: 250px;"> |
|---|
| 15 | </td> |
|---|
| 16 | <td colspan="1" id="_1280426476193" rowspan="1" style="width: 250px;"> |
|---|
| 17 | </td> |
|---|
| 18 | </tr> |
|---|
| 19 | <tr> |
|---|
| 20 | <td colspan="1" id="_1280426476194" rowspan="1" style="width: 250px;"> |
|---|
| 21 | </td> |
|---|
| 22 | <td colspan="1" id="_1280426476195" rowspan="1" style="width: 250px;"> |
|---|
| 23 | </td> |
|---|
| 24 | </tr> |
|---|
| 25 | <tr> |
|---|
| 26 | <td colspan="1" id="_1280426476196" rowspan="1" style="width: 250px;"> |
|---|
| 27 | </td> |
|---|
| 28 | <td colspan="1" id="_1280426476197" rowspan="1" style="width: 250px;"> |
|---|
| 29 | </td> |
|---|
| 30 | </tr> |
|---|
| 31 | </tbody> |
|---|
| 32 | </table> |
|---|
| 33 | </textarea> |
|---|
| 34 | <script type="text/javascript"> |
|---|
| 35 | CKEDITOR.replace( 'editor1', { |
|---|
| 36 | }); |
|---|
| 37 | </script> |
|---|
| 38 | </p> |
|---|
| 39 | </body> |
|---|
| 40 | </html> |
|---|