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

audreyt at bestpractical.com audreyt at bestpractical.com
Thu Feb 7 13:20:49 EST 2008


Author: audreyt
Date: Thu Feb  7 13:20:47 2008
New Revision: 10759

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

Log:
* Turn on Firefox spell checking for DCKEditor.

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	Thu Feb  7 13:20:47 2008
@@ -141,7 +141,7 @@
 ] ;
 
 FCKConfig.ContextMenu = ['Generic','Link','Anchor','Image','Flash','Select','Textarea','Checkbox','Radio','TextField','HiddenField','ImageButton','Button','BulletedList','NumberedList','Table','Form'] ;
-FCKConfig.BrowserContextMenuOnCtrl = false ;
+FCKConfig.BrowserContextMenuOnCtrl = true ;
 
 FCKConfig.EnableMoreFontColors = true ;
 FCKConfig.FontColors = '000000,993300,333300,003300,003366,000080,333399,333333,800000,FF6600,808000,808080,008080,0000FF,666699,808080,FF0000,FF9900,99CC00,339966,33CCCC,3366FF,800080,999999,FF00FF,FFCC00,FFFF00,00FF00,00FFFF,00CCFF,993366,C0C0C0,FF99CC,FFCC99,FFFF99,CCFFCC,CCFFFF,99CCFF,CC99FF,FFFFFF' ;
@@ -156,7 +156,7 @@
 FCKConfig.SpellChecker			= 'ieSpell' ;	// 'ieSpell' | 'SpellerPages'
 FCKConfig.IeSpellDownloadUrl	= 'http://www.iespell.com/download.php' ;
 FCKConfig.SpellerPagesServerScript = 'server-scripts/spellchecker.php' ;	// Available extension: .php .cfm .pl
-FCKConfig.FirefoxSpellChecker	= false ;
+FCKConfig.FirefoxSpellChecker	= true ;
 
 FCKConfig.MaxUndoLevels = 15 ;
 


More information about the Rt-commit mailing list