Index: lams_central/web/fckeditor/fckconfig.js =================================================================== diff -u -rffa2f0f0b6e8dfff888db929e486f08a45dd6287 -r0d00de91877678b9933e754f1be736eab5ef3fb0 --- lams_central/web/fckeditor/fckconfig.js (.../fckconfig.js) (revision ffa2f0f0b6e8dfff888db929e486f08a45dd6287) +++ lams_central/web/fckeditor/fckconfig.js (.../fckconfig.js) (revision 0d00de91877678b9933e754f1be736eab5ef3fb0) @@ -107,6 +107,20 @@ ['About'] ] ; +FCKConfig.ToolbarSets["Lams_Toolbar"] = [ + ['Source','DocProps','-','Preview'], + ['PasteWord'], + ['Undo','Redo'], + ['Bold','Italic','Underline', '-','Subscript','Superscript'], + ['OrderedList','UnorderedList','-','Outdent','Indent'], + ['JustifyLeft','JustifyCenter','JustifyRight','JustifyFull'], + ['Image','Table','Rule','Smiley','SpecialChar','PageBreak','UniversalKey'], + '/', + ['FontFormat','FontName','FontSize'], + ['TextColor','BGColor'], + ['About'] +] ; + FCKConfig.ToolbarSets["Basic"] = [ ['Bold','Italic','-','OrderedList','UnorderedList','-','Link','Unlink','-','About'] ] ; Index: lams_central/web/fckeditor/fckeditor.js =================================================================== diff -u -r877c31055fbefba3e65d509cdee913a6e762a67d -r0d00de91877678b9933e754f1be736eab5ef3fb0 --- lams_central/web/fckeditor/fckeditor.js (.../fckeditor.js) (revision 877c31055fbefba3e65d509cdee913a6e762a67d) +++ lams_central/web/fckeditor/fckeditor.js (.../fckeditor.js) (revision 0d00de91877678b9933e754f1be736eab5ef3fb0) @@ -1,4 +1,4 @@ -/* +/* * FCKeditor - The text editor for internet * Copyright (C) 2003-2005 Frederico Caldeira Knabben * @@ -28,7 +28,7 @@ this.InstanceName = instanceName ; this.Width = width || '100%' ; this.Height = height || '200' ; - this.ToolbarSet = toolbarSet || 'Default' ; + this.ToolbarSet = toolbarSet || 'Lams_Toolbar' ; this.Value = value || '' ; this.BasePath = '/fckeditor/' ; this.CheckBrowser = true ;