ckeditor 加入对象到编辑框

elem=editor.document.createElement("img",{
                attributes:{
                    src:b,
                    "data-cke-saved-src":b,
                    title:a,
                    alt:a,
                }
            });
editor.insertElement(elem);

 

转载于:https://www.cnblogs.com/cdyboke/p/7636059.html

你可能感兴趣的:(ckeditor 加入对象到编辑框)