Browse Source

[svn r16193] adding wiki

Juan Carlos Raña 16 years ago
parent
commit
f747eca39c
1 changed files with 12 additions and 0 deletions
  1. 12 0
      main/inc/lib/fckeditor/myconfig.js

+ 12 - 0
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/' ;
 
 /*