选项:nowrap

nowrap 选项让你控制在 TinyMCE 中文字是否换行。选项默认为:false。但如果你置为 true,文字内容就不会自动换行。

nowrap 选项的使用示例:

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