Browse Source

[svn r16647] organizing wiki button bar and add save button

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

+ 5 - 8
main/inc/lib/fckeditor/myconfig.js

@@ -69,15 +69,12 @@ FCKConfig.ToolbarSets["Survey"] = [
 ] ;
 
 FCKConfig.ToolbarSets["Wiki"] = [
-	['Templates','Cut','Copy','Paste','PasteText','PasteWord'],	
-	['Undo','Redo','-','Find','Replace','-','SelectAll','RemoveFormat'],
-	['Wikilink','Link','Unlink','Anchor'],
-	['ImageManager','imgmapPopup','flvPlayer','Flash','EmbedMovies','MP3','Table','Rule','Smiley','SpecialChar','googlemaps'],
+	['NewPage','Templates','Save','Print','PageBreak','ShowBlocks','-','Cut','Copy','Paste','PasteText','PasteWord','-','Undo','Redo','-','SelectAll','RemoveFormat','-','Find'],
+	['Wikilink','Link','Unlink','Anchor','-','ImageManager','imgmapPopup','flvPlayer','Flash','EmbedMovies','MP3','Table','Rule','Smiley','SpecialChar','googlemaps'],
 	['FontFormat','FontName','FontSize'],
-	['Bold','Italic','Underline','StrikeThrough','-','Subscript','Superscript'],
-	['JustifyLeft','JustifyCenter','JustifyRight','JustifyFull'],	
-	['OrderedList','UnorderedList','-','Outdent','Indent'],
-	['TextColor','BGColor'],['FitWindow']
+	['Bold','Italic','Underline','StrikeThrough','-','Subscript','Superscript','-','JustifyLeft','JustifyCenter','JustifyRight','JustifyFull','-','OrderedList','UnorderedList','-','Outdent','Indent','-','TextColor','BGColor'],
+	['FitWindow']
+	
 ] ;
 
 var sOtherPluginPath = FCKConfig.BasePath.substr(0, FCKConfig.BasePath.length - 7) + 'editor/plugins/' ;