FormatSource does exactly what you mentioned in your previous post. It formats the code when switching between the WYSIWYG and the source using the 'Source' button on the toolbar.
FormatOutput on the other hand formats the output generated by the editor. So once you submit the editor data (e.g., the submit button on the demo page) the output obtained from the editor will be formatted.
Re: Explanation of FCKConfig.FormatSource and FCKConfig.FormatOu
Ah, whoops - my bad. I just found out that one of our developers had the settings set to false, overriding the fckconfig.js settings:
Re: Explanation of FCKConfig.FormatSource and FCKConfig.FormatOu
FormatOutput on the other hand formats the output generated by the editor. So once you submit the editor data (e.g., the submit button on the demo page) the output obtained from the editor will be formatted.
Re: Explanation of FCKConfig.FormatSource and FCKConfig.FormatOu
Re: Explanation of FCKConfig.FormatSource and FCKConfig.Form
Re: Explanation of FCKConfig.FormatSource and FCKConfig.Form
I'm looking as well for the CKEditor 3 settings that do the same, I could find so far this:
http://docs.cksource.com/CKEditor_3.x/D ... Formatting