该问题已被锁定!
6
关注
3347
浏览

ckeditor如何调用全编辑器?

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

查看全部 1 个回答

苏逸融 核心会员 用户来自于: 美国
2015-04-01 16:28
ckeditor有个config.js的配置文件 你可以修改config.toolbar_Full这个配置,加上你想要的tool,我发现可以添加表情,还有config.forcePasteAsPlainText = true; 把这句的true改成false,你可以粘贴图片。Google相关教程多的是。  
CKEDITOR.editorConfig = function( config ) {
	// Define changes to default configuration here.
	// For complete reference see:
	// http://docs.ckeditor.com/#!/api/CKEDITOR.config

	config.toolbar = 'Full';

	config.toolbar_Full = [
		 ['FontSize','Cleanup','Bold','Italic','NumberedList','BulletedList', 'Blockquote', 'pbckcode', 'WecenterImage', 'WecenterAttach', 'WecenterLink', 'WecenterVideo', 'Maximize', 'RemoveFormat']
	]

	config.extraPlugins = 'pbckcode,bbcode,sourcearea,wecenterattach,wecenterimage,wecenterlink,wecentervideo,blockquote,font';

	config.resize_enabled = false;

	config.language = 'zh-cn';

	config.skin = 'bootstrapck';

	config.height = 250;

	// 过滤粘贴内容
	config.forcePasteAsPlainText = true;

	config.magicline_color = '#ccc';

	config.magicline_everywhere = true;

	config.fontSize_sizes = '16px;18px';

	// The default plugins included in the basic setup define some buttons that
	// are not needed in a basic editor. They are removed here.
	config.removeButtons = 'Cut,Copy,Paste,Undo,Redo,Anchor,Underline,Strike,Subscript,Superscript';

	// Dialog windows are also simplified.
	config.removeDialogTabs = 'link:advanced';

	config.removePlugins = 'enterkey,elementspath,tabletools,contextmenu';

};

关于作者

bbg 注册会员

这家伙很懒,还没有设置简介

问题动态

发布时间
2015-04-01 13:47
更新时间
2015-04-01 16:28
关注人数
6 人关注

相关问题

如何修改允许游客下载附件?
如何能向百度贴吧那样列表显示缩略图啊
编辑器功能太弱了,参考这个吧!
请问那个那个问题你是如何解决的
这种图片文字的效果如何实现?
如何改变导航栏动态和发现两个按钮左边的图标?貌似用了bootstrap?
怎么样在手机模板调用文章发起者的头像?
如何提高关键字排名
手机版如果也有编辑器就好啦,现在只有插入图片一项功能。
请教如何把文章评论编辑器 替换为问答回复编辑器?

推荐内容

编辑器简单是好还是不好
有什么办法改进吗?
后台选择了CKEditor 编辑器 ,可前台仍是纯文本的,这是为何?
请问怎样让wecenter的编辑器可以粘贴已copy的内容?
求求你们了,升级下编辑器吧!其他的都无所谓,这编辑器太坑爹了!!!!!
升级到3.3.3后,无法用wangEditor?
###还是原来的编辑器吗?###
ckeditor是很强大的求替换full版教程
安装编辑器插件后 自动保存草稿功能失效,插入附件出错
编辑器的问题