summaryrefslogtreecommitdiffstats
path: root/extensions/tinymce/jscripts/tiny_mce/plugins/paste/blank.htm
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/tinymce/jscripts/tiny_mce/plugins/paste/blank.htm')
-rw-r--r--extensions/tinymce/jscripts/tiny_mce/plugins/paste/blank.htm22
1 files changed, 22 insertions, 0 deletions
diff --git a/extensions/tinymce/jscripts/tiny_mce/plugins/paste/blank.htm b/extensions/tinymce/jscripts/tiny_mce/plugins/paste/blank.htm
new file mode 100644
index 0000000..7ba26bd
--- /dev/null
+++ b/extensions/tinymce/jscripts/tiny_mce/plugins/paste/blank.htm
@@ -0,0 +1,22 @@
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<title>blank_page</title>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+<link href="css/blank.css" rel="stylesheet" type="text/css" />
+<base target="_self" />
+<script type="text/javascript">
+function init() {
+ if (parent.tinymce.isIE)
+ document.body.contentEditable = true;
+ else
+ document.designMode = 'on';
+
+ parent.initIframe(document);
+ window.focus();
+}
+</script>
+</head>
+<body onload="init();">
+
+</body>
+</html>