Files
Umbraco-CMS/umbraco/umbraco.Legacy/umbraco_client/tinymce/plugins/paste/blank.htm
T
Shandem ec3ac5431c DO NOT DOWNLOAD. DOWNLOAD LATEST STABLE FROM RELEASE TAB
Moved old TinyMCE resources and old classes to legacy and created a placeholder data type for it (so many files cleaned up!!)
Updated UpgradeReadme.txt

[TFS Changeset #58918]
2009-09-08 15:21:20 +00:00

20 lines
496 B
HTML

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>blank_page</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<script language="javascript">
function init() {
document.body.contentEditable = true;
document.designMode = 'on';
parent.initIframe(document);
window.focus();
}
</script>
<link href="css/blank.css" rel="stylesheet" type="text/css" />
<base target="_self" />
</head>
<body onload="init();">
</body>
</html>