Revision: 5331
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at February 28, 2008 05:22 by localhorst
Initial Code
// 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'] ] ;
Initial URL
Initial Description
make changes in fckeditor_config.js.php
Initial Title
Customize FCKEditor in PHPWCMS
Initial Tags
Initial Language
JavaScript