该问题已被锁定!
26
关注
12496
浏览

wecenter3.0.2添加百度ueditor编辑器的方法。ueditor和markdown共存模式

AI智能回复搜索中,请稍后...

查看全部 12 个回答

lingxiao 注册会员 用户来自于: 广东省深圳市
2015-01-09 10:04
编辑回复添加编辑器:   第一步:aws.js,大概在643行,case 'commentEdit':后面添加
if (typeof UE != 'undefined' && $('#editor_reply').length)
{  
	var editor = new UE.ui.Editor({initialFrameHeight:350,zIndex:9999});
	editor.render("editor_reply");
	$('#editor_reply').removeClass('autosize');
	$('#editor_reply').addClass('ueditor');
}


关于作者

问题动态

发布时间
2014-12-13 16:26
更新时间
2015-04-23 14:02
关注人数
26 人关注