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?
Clicking and dragging the resize handle in the bottom right-hand corner of the editor.
When you're using TinyMCE in your apps, and a user requirement is to edit content previously stored somewhere else (like in a CMS, which Tiny works well with), what you need is a way to populate the editor with that content. You can do this using the setContent() API method.
Just add 'theme_advanced_resizing : true' In the tyniMCE init call
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With