1
var content = window.frames[i].document.getElementById("embed").value;
/*
content is: '<object width="480" height="385"><param name="movie"
value="http://www.youtube.com/v/mmYVsGa-uZ0?fs=1&hl=en_US"></param><param
name="allowFullScreen" value="true"></param><param
name="allowscriptaccess" value="always"></param><embed
src="http://www.youtube.com/v/mmYVsGa-uZ0?fs=1&hl=en_US"
type="application/x-shockwave-flash" allowscriptaccess="always"
allowfullscreen="true" width="480" height="385"></embed></object>'
*/
editor.insertHtml('<div class="media_embed">'+content+'</div>');
Le contenu du div devient img avec src = "... ckeditor/images/spacer.gif? T = A73H4HC"CKEditor.insertHtml modifier le contenu de div de tout en un img
Quelque chose semble intercepter la fonction insertHtml
et remplacer le contenu de la div passée par un img
... Cela signifie que je ne peux pas intégrer autre chose qu'une image!
Merci