Index: lams_central/web/includes/javascript/fckconfig_custom.js =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/includes/javascript/Attic/fckconfig_custom.js,v diff -u -r1.8 -r1.9 --- lams_central/web/includes/javascript/fckconfig_custom.js 8 Jan 2008 00:47:45 -0000 1.8 +++ lams_central/web/includes/javascript/fckconfig_custom.js 8 Jan 2008 03:08:13 -0000 1.9 @@ -1,6 +1,6 @@ FCKConfig.ToolbarSets["Default"] = [ ['Source','-','FitWindow', 'Preview','PasteWord','Undo','Redo','Bold','Italic','Underline', '-','Subscript','Superscript','OrderedList','UnorderedList','-','Outdent','Indent','JustifyLeft','JustifyCenter','JustifyRight','JustifyFull','TextColor','BGColor'], - ['Image','Link','Table','Rule','Smiley','SpecialChar','FontFormat','FontName','FontSize','About'] + ['Image','Link','Table','Rule','Smiley','SpecialChar','Templates','FontFormat','FontName','FontSize','About'] ] ; FCKConfig.ToolbarSets["Default-Learner"] = [ @@ -16,4 +16,8 @@ ] ; FCKConfig.EditorAreaCSS = FCKConfig.BasePath + '../../css/defaultHTML_learner.css' ; -FCKConfig.SkinPath = FCKConfig.BasePath + 'skins/office2003/' ; \ No newline at end of file +FCKConfig.SkinPath = FCKConfig.BasePath + 'skins/office2003/' ; +FCKConfig.FirefoxSpellChecker = true; +FCKConfig.BrowserContextMenuOnCtrl = true; +FCKConfig.DefaultLinkTarget = "_blank"; +FCKConfig.TemplatesXmlPath = FCKConfig.BasePath + '../../www/htmltemplates.xml'