vote up 0 vote down star

I have a Django form using textareas and TinyMCE for text entry.

I would like to add a slider to change the vertical size of the textarea, like SO has them so nicely.

How can this be done?

flag

50% accept rate

1 Answer

vote up 1 vote down check

Just add 'theme_advanced_resizing : true' In the tyniMCE init call

link|flag
This works, even though it does not look as nice as on SO. However, I had to add these items as well: theme_advanced_statusbar_location : 'bottom', theme_advanced_path : false, theme_advanced_resizing : true, theme_advanced_resize_horizontal : false, theme_advanced_resizing_use_cookie : true, – Ber Nov 3 at 15:20

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.