fckconfig.js 中修改
添加
復(fù)制代碼 代碼如下:
FCKConfig.LineHeights = '100%;150%;200%;250%;300%' ;
'Size' :
{
Element : 'span',
Styles : { 'font-size' : '#("Size","fontSize")' },
Overrides : [ { Element : 'font', Attributes : { 'size' : null } } ]
},
這個下面添加
復(fù)制代碼 代碼如下:
'LineHeight' :
{
Element : 'span',
Styles : { 'line-height' : '#("Font")' },
Overrides : [ { Element : 'font', Attributes : { 'size' : null } } ]
},
FCKConfig.ToolbarSets 里添加
'LineHeight'
開啟插件
FCKConfig.Plugins.Add( 'LineHeight','zh-cn' ) ;
注意'LineHeight' 這個字母的大小寫。
在fckeditor\editor\plugins文件夾下上傳LineHeight目錄
在fckeditor\editor\js 上傳fckeditorcode_gecko.js和fckeditorcode_ie.js
這兩個js 主要是解決跳出 未知工具欄項目
您可能感興趣的文章:- 手把手教你 CKEDITOR 4 擴(kuò)展插件制作
- FCKeditor .NET的配置、擴(kuò)展與安全性經(jīng)驗交流
- FCKeditor 插件開發(fā) 示例(詳細(xì)版本)
- ckeditor自定義插件使用方法詳解
- CKEditor 附插入代碼的插件
- 添加FCKeditor插件需要注意的地方
- ckeditor插件開發(fā)簡單實例
- fckeditor 插件實例 制作步驟
- fckeditor 插件開發(fā)參考文檔
- CKEditor中加入syntaxhighlighter代碼高亮插件
- CKEDITOR二次開發(fā)之插件開發(fā)方法
- CKEditor擴(kuò)展插件:自動排版功能autoformat插件實現(xiàn)方法詳解