projects
/
ckeditor.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Bouton d'insertion d'image raccord avec le thème ckeditor4.
[ckeditor.git]
/
skins
/
ckeditor
/
plugins
/
preview
/
preview.html
1
<script>
2
3
var doc = document;
4
doc.open();
5
doc.write( window.opener._cke_htmlToLoad );
6
doc.close();
7
8
delete window.opener._cke_htmlToLoad;
9
10
</script>