summaryrefslogtreecommitdiff
path: root/httemplate/elements/htmlarea.html
diff options
context:
space:
mode:
authormark <mark>2010-03-16 02:53:04 +0000
committermark <mark>2010-03-16 02:53:04 +0000
commitc86fe9ea75d23d3d0c3536b709ac1e086f15a5de (patch)
tree5c072847fb42bb96d55a4cb2c48d112077148498 /httemplate/elements/htmlarea.html
parentfead43b1f7fc2cfd84a4ab17d48965413c36a8f1 (diff)
RT#6226: fckeditor for customer notes
Diffstat (limited to 'httemplate/elements/htmlarea.html')
-rw-r--r--httemplate/elements/htmlarea.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/httemplate/elements/htmlarea.html b/httemplate/elements/htmlarea.html
index f27c4b5e6..dca4328ab 100644
--- a/httemplate/elements/htmlarea.html
+++ b/httemplate/elements/htmlarea.html
@@ -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();