Browse Source

[svn r22226] FS#2867 - The online editor: Removing 'Full' toolbar, it is not used.

Ivan Tcholakov 15 years ago
parent
commit
81bf7c46f3
1 changed files with 0 additions and 39 deletions
  1. 0 39
      main/inc/lib/fckeditor/toolbars/full.php

+ 0 - 39
main/inc/lib/fckeditor/toolbars/full.php

@@ -1,39 +0,0 @@
-<?php
-
-// For more information: http://docs.fckeditor.net/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options
-
-// This is the visible toolbar set when the editor has "normal" size.
-$config['ToolbarSets']['Normal'] = array(
-	array('FitWindow','PasteWord','Link','Unlink','Anchor','-','Image','flvPlayer','Flash','EmbedMovies','MP3','mimetex','YouTube','Table','Rule','-','Subscript', 'Superscript','-','OrderedList','UnorderedList','Outdent','Indent','-','JustifyLeft','JustifyCenter','JustifyRight','JustifyFull'),'/',
-	array('FontFormat','Style','FontName','FontSize','Bold','Italic','Underline','StrikeThrough','TextColor', 'BGColor','-','Source')
-);
-
-// This is the visible toolbar set when the editor is maximized.
-// If it has not been defined, then the toolbar set for the "normal" size is used.
-/*
-$config['ToolbarSets']['Maximized'] = array(
-	array('FitWindow','-') // ...
-);
-*/
-
-// Sets whether the toolbar can be collapsed/expanded or not.
-// Possible values: true , false
-//$config['ToolbarCanCollapse'] = true;
-
-// Sets how the editor's toolbar should start - expanded or collapsed.
-// Possible values: true , false
-//$config['ToolbarStartExpanded'] = true;
-
-//This option sets the location of the toolbar.
-// Possible values: 'In' , 'None' , 'Out:[TargetId]' , 'Out:[TargetWindow]([TargetId])'
-//$config['ToolbarLocation'] = 'In';
-
-// A setting for blocking copy/paste functions of the editor.
-// This setting activates on leaners only. For users with other statuses there is no blocking copy/paste.
-// Possible values: true , false
-//$config['BlockCopyPaste'] = false;
-
-// Here new width and height of the editor may be set.
-// Possible values, examples: 300 , '250' , '100%' , ...
-//$config['Width'] = '100%';
-//$config['Height'] = '300';