]> code.citadel.org Git - citadel.git/blob - webcit/tiny_mce/plugins/paste/blank.htm
* Removed the Kevin Roth rich text editor and replaced it with TinyMCE.
[citadel.git] / webcit / tiny_mce / plugins / paste / blank.htm
1 <html xmlns="http://www.w3.org/1999/xhtml">
2 <head>
3         <title>blank_page</title>
4         <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
5         <script language="javascript">
6                 function init() {
7                         document.body.contentEditable = true;
8                         document.designMode = 'on';
9                         parent.initIframe(document);
10                         window.focus();
11                 }
12         </script>
13         <link href="css/blank.css" rel="stylesheet" type="text/css" />
14 </head>
15 <body onload="init();">
16
17 </body>
18 </html>