summaryrefslogtreecommitdiff
path: root/httemplate/elements
diff options
context:
space:
mode:
authorivan <ivan>2010-07-13 11:09:55 +0000
committerivan <ivan>2010-07-13 11:09:55 +0000
commit7bab9a9fae4b88014262f7154e54874adcf3d947 (patch)
tree848255257d04dcf5b603e815f8b0f0e5c29c3d70 /httemplate/elements
parente491946343abd5b7dddfd19f20a44ceb767bd37b (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';