MFB: Use a more complete list of default buttons for FCKEditor.
authorJan Schneider <jan@horde.org>
Fri, 18 Sep 2009 14:13:18 +0000 (16:13 +0200)
committerJan Schneider <jan@horde.org>
Fri, 18 Sep 2009 16:32:44 +0000 (18:32 +0200)
imp/config/prefs.php.dist

index b8f613f..f97c944 100644 (file)
@@ -629,7 +629,9 @@ $_prefs['compose_html'] = array(
 // The list of buttons to show in FCKeditor
 // See http://www.fckeditor.net/ for details on configuration
 $_prefs['fckeditor_buttons'] = array(
-    'value' => "[['FontFormat','FontName','FontSize'],['Bold','Italic','Underline'],['TextColor','BGColor'],'/',['JustifyLeft','JustifyCenter','JustifyRight','JustifyFull'],['OrderedList','UnorderedList','Outdent','Indent'],['Link'],['Undo','Redo']]",
+    'value' => "[['Source','FitWindow','-','Templates'],['Cut','Copy','Paste','PasteText','PasteWord'],['Undo','Redo','-','Find','Replace','-','SelectAll','RemoveFormat'],'/',['OrderedList','UnorderedList','-','Outdent','Indent','Blockquote'],['JustifyLeft','JustifyCenter','JustifyRight','JustifyFull'],['Link','Unlink'],['Image','Flash','Table','Rule','Smiley','SpecialChar'],'/',['Bold','Italic','Underline','StrikeThrough','-','Subscript','Superscript'],['TextColor','BGColor'],'/',['Style','FontFormat','FontName','FontSize']]",
+    // Use the following line for a very basic set of buttons:
+    // 'value' => "['Bold','Italic','-','OrderedList','UnorderedList','-','Link','Unlink']",
     // Locked by default
     'locked' => true,
     'shared' => false,