急求kindeditor 外部插入图片方法 150
一个php页下,调用kindeditor,本页有一个iframe读图片现需要点击iframe中的图片插入到父级的kindeditor编辑器中小弟找半天没找到地方,了解的朋...
一个php页下,调用kindeditor,本页有一个iframe读图片
现需要点击iframe中的图片插入到父级的kindeditor编辑器中
小弟找半天没找到地方,了解的朋友帮个忙,多谢了 展开
现需要点击iframe中的图片插入到父级的kindeditor编辑器中
小弟找半天没找到地方,了解的朋友帮个忙,多谢了 展开
2个回答
展开全部
你的图片是在服务器上面的还是在本地电脑上的?
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
var editor;
//加载 富文本编辑器 菜单
KindEditor.ready(function (K) {
editor = K.create('#content1', {
resizeType: 1,
autoHeightMode : true,
afterCreate : function() {
this.loadPlugin('autoheight');
},
allowPreviewEmoticons: false,
allowImageUpload: false,
items: [
//, 'image'
'fontsize', '|', 'hr', 'removeformat', '|', 'link', '/', 'bold', 'italic', 'underline', 'forecolor', 'hilitecolor',
'|', 'justifyleft', 'justifycenter', 'justifyright', 'justifyfull', '|', 'lineheight', '|', 'insertorderedlist',
'insertunorderedlist']
});
});
var img = '<img src="22013.png" data-ke-src="22013.png" alt="">';
editor.appendHtml(img);
这样就插入了
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询