Important changes to Tiny Cloud pricing > Find out more
Return to Website

nowrap

This nowrap option enables you to control how whitespace is to be wordwrapped within the editor. This option is set to false by default, but if you enable it by setting it to true editor contents will never wrap.

Example of usage of the nowrap option:

tinyMCE.init({
    ...
    nowrap : true
});

Except as otherwise noted, the content of this page is licensed under the Creative Commons BY-NC-SA 3.0 License, and code samples are licensed under the Apache 2.0 License.