07 2012 档案

摘要:发现CKeditor木有设置行距的功能,想想这么重要的功能肯定有相应的插件,于是百度google一下,倒是有不少的教程,不过都不全,所以记录一下,以备后用,嘿。1.下载ckeditor的行距插件包 lineheight2.解压到ckeditor/plugins目录下3.修改ckeditor目录下的 config.js文件,在其中添加以下的代码config.extraPlugins += (config.extraPlugins ? ',lineheight' : 'lineheight'); CKEDITOR.config.toolbar_Full = [ { 阅读全文
posted @ 2012-07-26 09:37 小枫和树 阅读(4126) 评论(0) 推荐(0) 编辑