[Rt-commit] r10551 - rt/branches/3.6-EXPERIMENTAL-ABERDEEN/html/NoAuth/RichText/FCKeditor

audreyt at bestpractical.com audreyt at bestpractical.com
Tue Jan 29 10:30:51 EST 2008


Author: audreyt
Date: Tue Jan 29 10:30:46 2008
New Revision: 10551

Modified:
   rt/branches/3.6-EXPERIMENTAL-ABERDEEN/html/NoAuth/RichText/FCKeditor/fckconfig.js

Log:
* Remove the buttons that doesn't work in RT.

Modified: rt/branches/3.6-EXPERIMENTAL-ABERDEEN/html/NoAuth/RichText/FCKeditor/fckconfig.js
==============================================================================
--- rt/branches/3.6-EXPERIMENTAL-ABERDEEN/html/NoAuth/RichText/FCKeditor/fckconfig.js	(original)
+++ rt/branches/3.6-EXPERIMENTAL-ABERDEEN/html/NoAuth/RichText/FCKeditor/fckconfig.js	Tue Jan 29 10:30:46 2008
@@ -1,4 +1,4 @@
-/*
+/*
  * FCKeditor - The text editor for Internet - http://www.fckeditor.net
  * Copyright (C) 2003-2007 Frederico Caldeira Knabben
  *
@@ -94,20 +94,21 @@
 FCKConfig.ToolbarLocation = 'In' ;
 
 FCKConfig.ToolbarSets["Default"] = [
-	['Source','DocProps','-','Save','NewPage','Preview','-','Templates'],
+	['Source','DocProps','-','Save','NewPage','Preview'], // ,'-','Templates'],
 	['Cut','Copy','Paste','PasteText','PasteWord','-','Print','SpellCheck'],
 	['Undo','Redo','-','Find','Replace','-','SelectAll','RemoveFormat'],
-	['Form','Checkbox','Radio','TextField','Textarea','Select','Button','ImageButton','HiddenField'],
+//	['Form','Checkbox','Radio','TextField','Textarea','Select','Button','ImageButton','HiddenField'],
+	['FitWindow','ShowBlocks'], // ,'-','About'],
 	'/',
 	['Bold','Italic','Underline','StrikeThrough','-','Subscript','Superscript'],
 	['OrderedList','UnorderedList','-','Outdent','Indent','Blockquote'],
 	['JustifyLeft','JustifyCenter','JustifyRight','JustifyFull'],
 	['Link','Unlink','Anchor'],
-	['Image','Flash','Table','Rule','Smiley','SpecialChar','PageBreak'],
+//	['Image','Flash','Table','Rule','Smiley','SpecialChar','PageBreak'],
+	['Table','Rule','SpecialChar','PageBreak'],
 	'/',
 	['Style','FontFormat','FontName','FontSize'],
-	['TextColor','BGColor'],
-	['FitWindow','ShowBlocks','-','About']		// No comma for the last row.
+	['TextColor','BGColor'] // No comma for the last row.
 ] ;
 
 FCKConfig.ToolbarSets["Basic"] = [


More information about the Rt-commit mailing list