702 B
702 B
min_width
This option allows you to set the minimum width that a user can stretch the entire TinyMCE interface (by grabbing the draggable area in the bottom right of the editor interface) when using the modern theme.
Note that this behavior is different than the
autoresizeplugin, which controls the resizing of the editable area only, not the entire editor.
Type: Number
Example:
tinymce.init({
selector: "textarea", // change this value according to your html
min_width: 400
});
Pro tip: by default the
resizehandle does not allow horizontal dragging and giving this key a value will not result in an observable behavior.