From f747eca39ce84bbf5b83c02e375535e432f5bf5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Carlos=20Ra=C3=B1a?= Date: Mon, 1 Sep 2008 14:55:08 +0200 Subject: [PATCH] [svn r16193] adding wiki --- main/inc/lib/fckeditor/myconfig.js | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/main/inc/lib/fckeditor/myconfig.js b/main/inc/lib/fckeditor/myconfig.js index 5c01d2d1f0..284848cfa9 100644 --- a/main/inc/lib/fckeditor/myconfig.js +++ b/main/inc/lib/fckeditor/myconfig.js @@ -68,6 +68,18 @@ FCKConfig.ToolbarSets["Survey"] = [ ['FontSize','Bold','Italic','TextColor','-','OrderedList','UnorderedList','-','Rule','Link','Table','-','ImageManager','Source'] ] ; +FCKConfig.ToolbarSets["Wiki"] = [ + ['Templates','Cut','Copy','Paste'], + ['Undo','Redo','-','Find','Replace','-','SelectAll','RemoveFormat'], + ['Link','Unlink','Anchor'], + ['ImageManager','flvPlayer','Flash','EmbedMovies','MP3','Table','Rule','Smiley','SpecialChar'], + ['FontFormat','FontName','FontSize'], + ['Bold','Italic','Underline','StrikeThrough','-','Subscript','Superscript'], + ['JustifyLeft','JustifyCenter','JustifyRight','JustifyFull'], + ['OrderedList','UnorderedList','-','Outdent','Indent'], + ['TextColor','BGColor'],['Source'] +] ; + var sOtherPluginPath = FCKConfig.BasePath.substr(0, FCKConfig.BasePath.length - 7) + 'editor/plugins/' ; /*