该问题已被锁定!
5
关注
6643
浏览

ckeditor编辑器添加表格插件后,问题里无法显示表格

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

为什么被折叠? 0 个回复被折叠
net 中级会员 用户来自于: 福建省厦门市
2016-09-22 20:28
 1、修改/system/Services/bbcode.php 中的正则 添加类似的代码
	private function _tt_callback($match)
	{
		return "$match[1]
"; }
        $this->bbcode_table["/\[table\](.*?)\[\/table\]/is"] = '_tt_callback';
其他的自行模仿(tr、 td)   2、修改static/js/editor/ckeditor/plugins/bbcode/的plugin.js 第29行至33行修改为
	var bbcodeMap = {table:'table', td:'td', tr:'tr', b: 'strong', u: 'u', i: 'em', color: 'span', size: 'span', quote: 'blockquote', code: 'pre', url: 'a', email: 'span', img: 'span', '*': 'li', list: 'ol', pre: 'pre', video: 'video'},
		convertMap = {table:'table',td:'td',tr:'tr', strong: 'b', b: 'b', u: 'u', em: 'i', i: 'i', code: 'code', li: '*', pre: 'code' },
		tagnameMap = { table:'table',td:'td',tr:'tr',strong: 'b', em: 'i', u: 'u', li: '*', ul: 'list', ol: 'list', code: 'code', a: 'link', img: 'img', blockquote: 'quote' },
		stylesMap = { color: 'color', size: 'font-size' },
		attributesMap = { url: 'href', email: 'mailhref', quote: 'cite', list: 'listType' };
3、去CKeditor下载Table相关插件上传至static/js/editor/ckeditor/plugins/  插件目录下 4、在CSS中添加表格的样式,否则无法显示表格边框   添加后表格效果如下  

关于作者

问题动态

发布时间
2016-09-15 14:34
更新时间
2016-09-22 20:30
关注人数
5 人关注

相关问题

推荐内容

编辑器插入图片功能可以参考下Discourse
在详细内容中不能放代码吗?
谁能把默认编辑器替换成百度ueditor??
编辑器的问题 官方是什么态度?
编辑器的建议
anwsion问答程序的第一个插件
编辑器支持表格功能吗?
这些功能你需要吗(功能征集)?
3.1.0如何把编辑器换回以前的编辑器
强烈建议更换编辑器