Enable resizing in the TinyMCE widget
authorSverre Rabbelier <srabbelier@gmail.com>
Mon, 23 Mar 2009 21:54:50 +0000
changeset 1997 55cf79b8cffe
parent 1996 ae53f21abb9b
child 1998 0df5351ac18a
Enable resizing in the TinyMCE widget Patch by: Sverre Rabbelier
app/soc/views/helper/widgets.py
--- a/app/soc/views/helper/widgets.py	Mon Mar 23 20:15:17 2009 +0000
+++ b/app/soc/views/helper/widgets.py	Mon Mar 23 21:54:50 2009 +0000
@@ -94,7 +94,10 @@
       'theme_advanced_buttons1': features1,
       'theme_advanced_buttons2': features2,
       'theme_advanced_buttons3': '',
+      'theme_advanced_resizing': True,
       'theme_advanced_toolbar_location': "top",
+      'theme_advanced_statusbar_location': "bottom",
+      'theme_advanced_path' : False,
       'theme_advanced_toolbar_align': "left",
       'relative_urls': 0,
       'remove_script_host': 0,