Index: lams_central/web/fckeditor/fckconfig.js =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/fckeditor/Attic/fckconfig.js,v diff -u -r1.6 -r1.7 --- lams_central/web/fckeditor/fckconfig.js 7 Apr 2006 00:22:29 -0000 1.6 +++ lams_central/web/fckeditor/fckconfig.js 27 Jun 2006 03:16:53 -0000 1.7 @@ -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 =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/fckeditor/Attic/fckeditor.js,v diff -u -r1.4 -r1.5 --- lams_central/web/fckeditor/fckeditor.js 5 Jan 2006 00:02:26 -0000 1.4 +++ lams_central/web/fckeditor/fckeditor.js 27 Jun 2006 03:16:53 -0000 1.5 @@ -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 ;