Integration of the latest version of CKEditor: version 3.6.4, released on 17 July 2012

SVN:trunk[2157]
This commit is contained in:
Denis Flaven
2012-08-28 13:52:07 +00:00
parent 175e2351d6
commit 9064b81461
269 changed files with 1460 additions and 506 deletions

View File

@@ -0,0 +1,10 @@
<script>
var doc = document;
doc.open();
doc.write( window.opener._cke_htmlToLoad );
doc.close();
delete window.opener._cke_htmlToLoad;
</script>