From 99af479c12baf1f7da52e06841f0ac4f4832d766 Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 13 Jul 2010 11:10:31 +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