summaryrefslogtreecommitdiff
path: root/httemplate/elements
diff options
context:
space:
mode:
authorivan <ivan>2010-07-13 11:10:31 +0000
committerivan <ivan>2010-07-13 11:10:31 +0000
commit99af479c12baf1f7da52e06841f0ac4f4832d766 (patch)
treee73a65542dd1208f9b32123d5ef62eea29270537 /httemplate/elements
parentf9a89c91cab9e85a7ca8dd67782919f8a85c2ebb (diff)
notices, RT#8324
Diffstat (limited to 'httemplate/elements')
-rw-r--r--httemplate/elements/htmlarea.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/httemplate/elements/htmlarea.html b/httemplate/elements/htmlarea.html
index dca4328ab..f00c77360 100644
--- a/httemplate/elements/htmlarea.html
+++ b/httemplate/elements/htmlarea.html
@@ -22,6 +22,9 @@ Example:
oFCKeditor.BasePath = '<% $p %>elements/fckeditor/';
oFCKeditor.Config['SkinPath'] = '<% $p %>elements/fckeditor/editor/skins/silver/';
+% if ( $opt{'width'} ) {
+ oFCKeditor.Width = '<% $opt{'width'} %>';
+% }
oFCKeditor.Height = '<% $opt{'height'} || 420 %>';
oFCKeditor.Config['StartupFocus'] = true;
oFCKeditor.Config['EnterMode'] = 'br';