Ticket #9807: frame.html
File frame.html, 325 bytes (added by , 12 years ago) |
---|
Line | |
---|---|
1 | |
2 | <html> |
3 | <head> |
4 | <title> |
5 | |
6 | </title> |
7 | |
8 | <link type="text/css" href="style.css" rel="STYLESHEET"> |
9 | <script type="text/javascript" src="../ckeditor.js"></script> |
10 | </head> |
11 | <body> |
12 | |
13 | <script> window.onload = function () { CKEDITOR.replace('PageContent') }</script><textarea id="PageContent"></textarea> |
14 | |
15 | </body> |
16 | </html> |