TinyMCE:Configuration/keep styles
From Moxiecode Documentation Wiki
[edit]
Option: keep_styles
(Requires: 3.2)
This option enables keeping the current text style when you press enter/return on non-IE browsers. This feature is enabled by default but can be disabled by setting the value to false.
[edit]
Example of usage of the keep_styles option
// Output elements in HTML style
tinyMCE.init({
...
theme : "advanced",
keep_styles : false
});
