Option: nowrap

This nowrap option enables you to control how whitespace is to be wordwrapped within the editor. This option is set to false by default, but if you enable it by setting it to true editor contents will never wrap.

Example of usage of the nowrap option:

tinyMCE.init({
	...
	nowrap : true
});