/ Published in: JavaScript
make changes in fckeditor_config.js.php
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
// custom FCKconfig FCKConfig.ForcePasteAsPlainText = true ; FCKConfig.IgnoreEmptyParagraphValue = true ; FCKConfig.FillEmptyBlocks = false ; FCKConfig.FormatSource = true ; FCKConfig.FormatOutput = false ; FCKConfig.FormatIndentator = ' ' ; FCKConfig.EnterMode = 'p' ; // a minimized customized FCKeditor Toolbar for phpwcms FCKConfig.ToolbarSets["phpwcms_basic"] = [ ['Bold','Italic','Underline','OrderedList','UnorderedList','JustifyLeft','Link','Unlink'], ['SpecialChar','RemoveFormat','PasteText'], ['FitWindow','Source'] ] ;