Hi guys,
i try to convert a FCKEditor config to our new CKEditor. I found the userful mapping here:
http://docs.cksource.com/CKEditor_3.x/Developers_Guide/FCKeditor_CKEditor_Configuration_Mapping
But at least i struggle with the last three Parameters:
FCKConfig.FormatSource = true ;
FCKConfig.FormatOutput = true ;
FCKConfig.FormatIndentator = ' ' ;
The Mapping table give me the hint with the dataprocessor but i cant figure out what are the Equivalents for the "old" three values. Can someone help me out?
Thanks a lot.
Bye