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?
|
|
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?
|
||
|
|
|
|
Just add 'theme_advanced_resizing : true' In the tyniMCE init call |
||
|