FCKEditor配置代码段

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了FCKEditor配置代码段相关的知识,希望对你有一定的参考价值。

Replace and append the following settings in modules/fckeditor/fckeditor.config.js. Has to be re applied after each update.
  1. // Replace DrupalBasic (around line 50)
  2.  
  3. FCKConfig.ToolbarSets['DrupalBasic'] = [
  4. ['Source'],
  5. ['FontFormat','-','Bold','Italic','-','OrderedList','UnorderedList','-','Link','Unlink', 'Image'],
  6. ['CreateDiv','ShowBlocks']
  7. ] ;
  8.  
  9.  
  10. // Append to bottom of page
  11.  
  12. // I prefer to see block elements.
  13. FCKConfig.StartupShowBlocks = true;
  14.  
  15. // Remove the double background image.
  16. FCKConfig.EditorAreaStyles = 'body { background-image: none; background-color: #FFF }';
  17.  
  18. // Make source code view readable.
  19. FCKConfig.FormatSource = true;
  20. FCKConfig.FormatOutput = true;

以上是关于FCKEditor配置代码段的主要内容,如果未能解决你的问题,请参考以下文章

文字编辑器FCKeditor 简介以及基本配置和使用方法

从零开始配置vim(27)——代码片段

从零开始配置vim(27)——代码片段

从零开始配置vim(27)——代码片段

VS2015 代码片段整理

为啥这段代码会泄露? (简单的代码片段)