[svn r18390] FS#2867 - FCKEditor: Making toolbar buttons in simple file manager mode to be the exactly the same as toolbar buttons in advanced file manager mode.

skala
Ivan Tcholakov 16 years ago
parent 788224aa06
commit 677f372fe7
  1. 20
      main/inc/lib/fckeditor/myconfig.js

@ -50,12 +50,6 @@ FCKConfig.ToolbarSets["Small"] = [
['Bold','Italic','Underline','StrikeThrough','Link','Unlink','Image','Flash','OrderedList','UnorderedList','Table']
] ;
FCKConfig.ToolbarSets["Profil"] = [
['FitWindow','PasteWord','Undo','Redo'],
['Link','Image','imgmapPopup','flvPlayer','Flash','EmbedMovies','YouTube','Table','googlemaps'],
['Bold','Italic','Underline','OrderedList','UnorderedList','TextColor','-','Source']
] ;
FCKConfig.ToolbarSets["Blog"] = [
['Bold','Italic','Underline','StrikeThrough','Link','Unlink','Image','OrderedList','UnorderedList','Table']
] ;
@ -88,6 +82,18 @@ FCKConfig.ToolbarSets["Survey"] = [
['FontSize','Bold','Italic','TextColor','-','OrderedList','UnorderedList','-','Rule','Link','Unlink','Table','-','Image','Source']
] ;
FCKConfig.ToolbarSets["Profil"] = [
['FitWindow','PasteWord','Undo','Redo'],
['Link','Image','imgmapPopup','flvPlayer','Flash','EmbedMovies','YouTube','Table','googlemaps'],
['Bold','Italic','Underline','OrderedList','UnorderedList','TextColor','-','Source']
] ;
FCKConfig.ToolbarSets["Messages"] = [
['FitWindow','PasteWord','Undo','Redo'],
['Link','Image','imgmapPopup','flvPlayer','Flash','EmbedMovies','YouTube','Table','googlemaps'],
['Bold','Italic','Underline','OrderedList','UnorderedList','TextColor','-','Source']
] ;
FCKConfig.ToolbarSets["Introduction"] = [
['NewPage','Templates','Preview','FitWindow','-','PasteText','PasteWord','-','Undo','Redo','-','SelectAll','RemoveFormat','-','Find'],
['Link','Unlink','Anchor'],
@ -109,6 +115,7 @@ FCKConfig.ToolbarSets["CourseDescription"] = [
['Subscript','Superscript','-','JustifyLeft','JustifyCenter','JustifyRight','JustifyFull','-','OrderedList','UnorderedList','-','Outdent','Indent','-','TextColor','BGColor'],
['Source']
] ;
FCKConfig.ToolbarSets["ForumLight"] = [
['Bold','Italic','Underline','StrikeThrough']
] ;
@ -157,6 +164,7 @@ FCKConfig.ToolbarSets["Wiki_Student"] = [
['ShowBlocks']
] ;
/*
* Toolbar drop-down lists customizations.
*/

Loading…
Cancel
Save