kierownik Developer

Posts: 200

Gender:  Online: No
Version: 4.0.1 Country: netherlands Languages: dutch, english |
Date: 16/08/2008 19:36 Re: Longest codes problem pfff :S | #post11191 | you can add Style to your editor, then it inserts <code></code>.
open inc/fckeditor/fckeditor.js.
around line 96:
| code | FCKConfig.ToolbarSets["fulladmin"] = [
['Source','Preview','-','NewPage','Templates','-','SelectAll','RemoveFormat','-','Table','-','Undo','Redo','-','Find','Replace'],'/',
['Bold','Italic','Underline','StrikeThrough','SpecialChar','-','JustifyLeft','JustifyCenter','JustifyRight','JustifyFull','-','Cut','Copy','Paste','-','OrderedList','UnorderedList','-','Link','Unlink','Anchor'],'/',
['Image','Flash','-','FontName','FontSize','TextColor','BGColor']
] ; |
change to:
| code | FCKConfig.ToolbarSets["fulladmin"] = [
['Source','Preview','-','NewPage','Templates','-','SelectAll','RemoveFormat','-','Table','-','Undo','Redo','-','Find','Replace'],'/',
['Bold','Italic','Underline','StrikeThrough','SpecialChar','-','JustifyLeft','JustifyCenter','JustifyRight','JustifyFull','-','Cut','Copy','Paste','-','OrderedList','UnorderedList','-','Link','Unlink','Anchor'],'/',
['Image','Flash','-','Style','FontName','FontSize','TextColor','BGColor']
] ; |
|
|