TinyMCE:Configuration/convert newlines to brs

From Moxiecode Documentation Wiki

Jump to: navigation, search

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.

Example of usage of the convert_newlines_to_brs option:

tinyMCE.init({
	...
	convert_newlines_to_brs : true
});
Personal tools