Files
tinymce-docs-4x/_includes/configuration/width.md
T

196 B

width

Set the width of the editor in pixels.

Type: Number

Example:

tinymce.init({
  selector: "textarea",  // change this value according to your html
  width : 300
});