| 1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
|---|
| 2 | <html xmlns="http://www.w3.org/1999/xhtml"> |
|---|
| 3 | <head> |
|---|
| 4 | <title>#5892 - Test Page</title> |
|---|
| 5 | <meta content="text/html; charset=utf-8" http-equiv="content-type" /> |
|---|
| 6 | <script type="text/javascript" src="../ckeditor.js"></script> |
|---|
| 7 | </head> |
|---|
| 8 | <body> |
|---|
| 9 | <p> |
|---|
| 10 | <textarea cols="80" id="editor1" name="editor1" rows="60"> |
|---|
| 11 | <p id="_1280370128906"> |
|---|
| 12 | Testing this is a test</p> |
|---|
| 13 | <ol> |
|---|
| 14 | <li id="_1280425733658"> |
|---|
| 15 | test1</li> |
|---|
| 16 | <li id="_1280425733659"> |
|---|
| 17 | test2 |
|---|
| 18 | <ul id="_1280425733656"> |
|---|
| 19 | <li id="_1280425733660"> |
|---|
| 20 | one</li> |
|---|
| 21 | <li id="_1280425733661"> |
|---|
| 22 | two</li> |
|---|
| 23 | <li id="_1280425733662"> |
|---|
| 24 | three</li> |
|---|
| 25 | </ul> |
|---|
| 26 | </li> |
|---|
| 27 | <li id="_1280425733663"> |
|---|
| 28 | another list</li> |
|---|
| 29 | <li id="_1280425733664"> |
|---|
| 30 | test</li> |
|---|
| 31 | </ol> |
|---|
| 32 | </textarea> |
|---|
| 33 | <script type="text/javascript"> |
|---|
| 34 | CKEDITOR.replace( 'editor1', { |
|---|
| 35 | }); |
|---|
| 36 | </script> |
|---|
| 37 | </p> |
|---|
| 38 | </body> |
|---|
| 39 | </html> |
|---|