From 7bab9a9fae4b88014262f7154e54874adcf3d947 Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 13 Jul 2010 11:09:55 +0000 Subject: notices, RT#8324 --- httemplate/elements/htmlarea.html | 3 +++ 1 file changed, 3 insertions(+) (limited to 'httemplate/elements/htmlarea.html') 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'; -- cgit v1.2.1