Option: inline_styles

If you enable the inline styles feature by setting this option to true. Most of the attributes gets converted into CSS style attributes instead. This option is set to false by default since I think using classes is a better approach.

Example of usage of the inline_styles option:

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