[freeside-commits] freeside/httemplate/elements htmlarea.html, 1.1, 1.2
Mark Wells
mark at wavetail.420.am
Mon Mar 15 19:53:07 PDT 2010
Update of /home/cvs/cvsroot/freeside/httemplate/elements
In directory wavetail.420.am:/tmp/cvs-serv29716/elements
Modified Files:
htmlarea.html
Log Message:
RT#6226: fckeditor for customer notes
Index: htmlarea.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/elements/htmlarea.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -w -d -r1.1 -r1.2
--- htmlarea.html 17 Jun 2008 03:35:56 -0000 1.1
+++ htmlarea.html 16 Mar 2010 02:53:04 -0000 1.2
@@ -24,6 +24,7 @@
oFCKeditor.Config['SkinPath'] = '<% $p %>elements/fckeditor/editor/skins/silver/';
oFCKeditor.Height = '<% $opt{'height'} || 420 %>';
oFCKeditor.Config['StartupFocus'] = true;
+ oFCKeditor.Config['EnterMode'] = 'br';
oFCKeditor.Create();
More information about the freeside-commits
mailing list