RT#6226: fckeditor for customer notes
[freeside.git] / httemplate / elements / htmlarea.html
index f27c4b5..dca4328 100644 (file)
@@ -24,6 +24,7 @@ Example:
   oFCKeditor.Config['SkinPath'] = '<% $p %>elements/fckeditor/editor/skins/silver/';
   oFCKeditor.Height = '<% $opt{'height'} || 420 %>';
   oFCKeditor.Config['StartupFocus'] = true;
+  oFCKeditor.Config['EnterMode'] = 'br';
 
   oFCKeditor.Create();