diff options
| author | mark <mark> | 2010-03-16 08:37:25 +0000 |
|---|---|---|
| committer | mark <mark> | 2010-03-16 08:37:25 +0000 |
| commit | 9c9a1838b54292c62e940d7e6cee5141ea8e9b5c (patch) | |
| tree | e069bb000d01f274eaab87880e9ae5cae50a7059 /httemplate/elements | |
| parent | 18067f0bd41356e905666128c5e8105d1fca7c60 (diff) | |
RT#6226: fckeditor for customer notes
Diffstat (limited to 'httemplate/elements')
| -rw-r--r-- | httemplate/elements/htmlarea.html | 1 |
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(); |
