| 1 | <html> |
|---|
| 2 | <head> |
|---|
| 3 | <title>Ticket 1714</title> |
|---|
| 4 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> |
|---|
| 5 | <meta name="robots" content="noindex, nofollow"> |
|---|
| 6 | <script type="text/javascript" src="fckeditor/fckeditor.js"></script> |
|---|
| 7 | </head> |
|---|
| 8 | <body bgcolor="orange"> |
|---|
| 9 | <form> |
|---|
| 10 | <script type="text/javascript"> |
|---|
| 11 | var oFCKeditor = new FCKeditor('FCKeditor1'); |
|---|
| 12 | oFCKeditor.BasePath = "fckeditor/"; |
|---|
| 13 | oFCKeditor.Config["CustomConfigurationsPath"] = "/new/myconfig.js" |
|---|
| 14 | oFCKeditor.Value = '<p><br/> </p><div style="border-top: 1px solid rgb(153, 153, 153); color: rgb(153, 153, 153);"><strong>Original message sent by <span class="administrator">BogusRed</span> on Jan 2, 2008 12:36 am:</strong><br /><p>blah blah blah</p></div>' |
|---|
| 15 | oFCKeditor.Create(); |
|---|
| 16 | |
|---|
| 17 | </script> |
|---|
| 18 | </form> |
|---|
| 19 | </body> |
|---|
| 20 | |
|---|