diff options
author | ivan <ivan> | 2010-07-13 11:10:31 +0000 |
---|---|---|
committer | ivan <ivan> | 2010-07-13 11:10:31 +0000 |
commit | 99af479c12baf1f7da52e06841f0ac4f4832d766 (patch) | |
tree | e73a65542dd1208f9b32123d5ef62eea29270537 /httemplate/elements/htmlarea.html | |
parent | f9a89c91cab9e85a7ca8dd67782919f8a85c2ebb (diff) |
notices, RT#8324
Diffstat (limited to 'httemplate/elements/htmlarea.html')
-rw-r--r-- | httemplate/elements/htmlarea.html | 3 |
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'; |