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

convert_newlines_to_brs

If you set this option to true, newline characters codes get converted into br elements. This option is set to false by default.

Example of usage of the convert_newlines_to_brs option:

tinyMCE.init({
    ...
    convert_newlines_to_brs : 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.