ckeditor 적용

This commit is contained in:
gnuboard
2012-12-26 19:05:32 +09:00
parent 120be1872f
commit 1feeaba01d
269 changed files with 7849 additions and 2 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>