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

force_p_newlines

This option is deprecated as of 3.5 use forced_root_blocks: false instead to control p vs br behavior.

This option enables you to disable/enable the creation of paragraphs on return/enter in Mozilla/Firefox. The default value of this option is true.

Example of usage of the force_p_newlines option:

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