Is there anyway to force tinymce to resize vertical only? It breaks my layout when resized horizontal.
So that this works the same as a default textarea resize: vertical;
tinymce.init({
selector: 'textarea', // change this value according to your HTML
resize: true
});
resize option has 3 values:
false
: to disable.true
: enable only Vertical
resize'both'
: enable both resize directionscheck the Documentation
IMPORTANT NOTE: to make it work you have to enable the statusbar
option, it's enabled by default, but in case if turned it to statusbar: false
you will have to re-enable it statusbar: true
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