[Rt-commit] r18934 - in rt/3.8/trunk: share/html/NoAuth/RichText/FCKeditor

falcone at bestpractical.com falcone at bestpractical.com
Wed Mar 25 16:41:13 EDT 2009


Author: falcone
Date: Wed Mar 25 16:41:12 2009
New Revision: 18934

Modified:
   rt/3.8/trunk/   (props changed)
   rt/3.8/trunk/share/html/NoAuth/RichText/FCKeditor/fckconfig.js

Log:
 r45992 at ketch:  falcone | 2009-03-25 16:39:59 -0400
 * when you hit Enter in the editor, don't make a new paragraph


Modified: rt/3.8/trunk/share/html/NoAuth/RichText/FCKeditor/fckconfig.js
==============================================================================
--- rt/3.8/trunk/share/html/NoAuth/RichText/FCKeditor/fckconfig.js	(original)
+++ rt/3.8/trunk/share/html/NoAuth/RichText/FCKeditor/fckconfig.js	Wed Mar 25 16:41:12 2009
@@ -121,8 +121,8 @@
 	['Bold','Italic','-','OrderedList','UnorderedList','-','Link','Unlink','-','About']
 ] ;
 
-FCKConfig.EnterMode = 'p' ;			// p | div | br
-FCKConfig.ShiftEnterMode = 'br' ;	// p | div | br
+FCKConfig.EnterMode = 'br' ;			// p | div | br
+FCKConfig.ShiftEnterMode = 'p' ;	// p | div | br
 
 FCKConfig.Keystrokes = [
 	[ CTRL + 65 /*A*/, true ],


More information about the Rt-commit mailing list