TinyMCE:Configuration/convert newlines to brs
From Moxiecode Documentation Wiki
[edit]
Option: convert_newlines_to_brs
If you set this option to true newline characters codes get converted in to br elements. This option is set to false by default.
[edit]
Example of usage of the convert_newlines_to_brs option:
tinyMCE.init({
...
convert_newlines_to_brs : true
});
