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开发者_如何学Python be done?
Just add 'theme_advanced_resizing : true' In the tyniMCE init call
精彩评论