You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
345 B
345 B
nowrap
This option makes the editable area behave like a <pre>
tag, and adds a horizontal scroll instead of wrapping text.
Type: Boolean
Default Value: false
Possible Values: true
, false
Example
tinymce.init({
selector: 'textarea', // change this value according to your HTML
nowrap : true
});