OpenCms7.5.2 Widget編輯器擴充詳解

來源:互聯網
上載者:User

從OpenCms7.5.1開始,系統升級FCKeditor至2.6.5版本,之前版本編輯器的擴充方法詳見:http://blog.csdn.net/qianxuncms/archive/2008/01/20/2055259.aspx

 

但在7.5.1後,configwidget.js的檔案已經發生變化,調用和配置方式不同於以前,原來添加字型、字型大小的方式已經不適用了,解決方案如下:

注釋掉原檔案中如下內容:

 

FCKConfig.ToolbarSets["OpenCmsWidget"] = [
        <%=
option.getButtonBar(CmsFCKEditorWidget.BUTTON_TRANSLATION_MAP, ",")
%>
];

替換為:

 

FCKConfig.ToolbarSets["OpenCmsWidget"] =
[
['Source'],
['Style','FontFormat','FontName','FontSize','TextColor','BGColor','FitWindow','Undo','Redo','-','JustifyLeft','JustifyCenter','JustifyRight','JustifyFull'],
['Find','Replace','-','SelectAll','RemoveFormat','Cut','Copy','Paste','PasteText','PasteWord'],
['Table','Rule','SpecialChar','-'],
['Print','SpellCheck','Bold','Italic','Underline','-','Subscript','Superscript'],
['OrderedList','UnorderedList','-','Outdent','Indent','Link','Unlink','Anchor']];

 

本操作在7.5.2中測試成功,如有問題在留言中回複,謝謝。

 

原文出處:http://www.opencms.org.cn/novice/setup/752_editor.html

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.