TinyMCE:Configuration/force p newlines
From Moxiecode Documentation Wiki
[edit]
Option: force_p_newlines
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.
[edit]
Example of usage of the force_p_newlines option:
tinyMCE.init({
...
force_p_newlines : true
});
