fckeditor 修改记录添加行距功能插件_网页编辑器教程-查字典教程网
fckeditor 修改记录添加行距功能插件
fckeditor 修改记录添加行距功能插件
发布时间:2016-12-29 来源:查字典编辑
摘要:fckconfig.js中修改添加复制代码代码如下:FCKConfig.LineHeights='100%;150%;200%;250%;3...

fckconfig.js 中修改

添加

复制代码 代码如下:

FCKConfig.LineHeights = '100%;150%;200%;250%;300%' ;

'Size' :

{

Element : 'span',

Styles : { 'font-size' : '#("Size","fontSize")' },

Overrides : [ { Element : 'font', Attributes : { 'size' : null } } ]

},

这个下面添加

复制代码 代码如下:

'LineHeight' :

{

Element : 'span',

Styles : { 'line-height' : '#("Font")' },

Overrides : [ { Element : 'font', Attributes : { 'size' : null } } ]

},

FCKConfig.ToolbarSets 里添加

'LineHeight'

开启插件

FCKConfig.Plugins.Add( 'LineHeight','zh-cn' ) ;

注意'LineHeight' 这个字母的大小写。

在fckeditoreditorplugins文件夹下上传LineHeight目录

在fckeditoreditorjs 上传fckeditorcode_gecko.js和fckeditorcode_ie.js

这两个js 主要是解决跳出 未知工具栏项目

相关阅读
推荐文章
猜你喜欢
附近的人在看
推荐阅读
拓展阅读
  • 大家都在看
  • 小编推荐
  • 猜你喜欢
  • 最新网页编辑器学习
    热门网页编辑器学习
    编程开发子分类