notices, RT#8324
[freeside.git] / httemplate / elements / htmlarea.html
index dca4328..f00c773 100644 (file)
@@ -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';