(Fourth batch of config options added) |
(Introduction, further links, minor corrections) |
||
Line 1: | Line 1: | ||
{{#CUSTOMTITLE:Configuration Settings Mapping Between FCKEditor and CKEditor}} | {{#CUSTOMTITLE:Configuration Settings Mapping Between FCKEditor and CKEditor}} | ||
+ | '''CKEditor 3.x''' is a new version of our previous editor, known as '''FCKeditor 2.x'''. The 3.x line brought about not only a name change, but also a complete rewrite of the product, including major changes in its architecture. To make upgrading existing customizations easier the table below lists a mapping between the [[CKEditor_3.x/Developers_Guide/Setting_Configurations|configuration settings]] of CKEditor and its predecessor. | ||
<table summary="A listing of configuration settings mapping between FCKeditor and CKEditor"> | <table summary="A listing of configuration settings mapping between FCKeditor and CKEditor"> | ||
Line 11: | Line 12: | ||
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/AutoDetectPasteFromWord AutoDetectPasteFromWord]</code></td> | <td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/AutoDetectPasteFromWord AutoDetectPasteFromWord]</code></td> | ||
<td></td> | <td></td> | ||
− | <td>Always auto detecting, unless the plugin is removed. Alternative: <code>pasteFromWordPromptCleanup</code>.</td> | + | <td>Always auto detecting, unless the plugin is removed. Alternative: <code>[http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.pasteFromWordPromptCleanup pasteFromWordPromptCleanup]</code>.</td> |
</tr> | </tr> | ||
<tr> | <tr> | ||
Line 21: | Line 22: | ||
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/CleanWordKeepsStructure CleanWordKeepsStructure]</code></td> | <td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/CleanWordKeepsStructure CleanWordKeepsStructure]</code></td> | ||
<td></td> | <td></td> | ||
− | <td>Mapped to: <code>pasteFromWordCleanupFile</code>, <code>pasteFromWordNumberedHeadingToList</code>, <code>pasteFromWordRemoveFontStyles</code>, <code>pasteFromWordRemoveStyles</code></td> | + | <td>Mapped to: <code>[http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.pasteFromWordCleanupFile pasteFromWordCleanupFile]</code>, <code>[http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.pasteFromWordNumberedHeadingToList pasteFromWordNumberedHeadingToList]</code>, <code>[http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.pasteFromWordRemoveFontStyles pasteFromWordRemoveFontStyles]</code>, and <code>[http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.pasteFromWordRemoveStyles pasteFromWordRemoveStyles]</code>.</td> |
</tr> | </tr> | ||
<tr> | <tr> | ||
Line 31: | Line 32: | ||
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/DefaultLinkTarget DefaultLinkTarget]</code></td> | <td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/DefaultLinkTarget DefaultLinkTarget]</code></td> | ||
<td></td> | <td></td> | ||
− | <td>Use dialog definition instead.</td> | + | <td>Use dialog window definition instead.</td> |
</tr> | </tr> | ||
<tr> | <tr> | ||
Line 51: | Line 52: | ||
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/LinkDlgHideTarget LinkDlgHideTarget]</code></td> | <td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/LinkDlgHideTarget LinkDlgHideTarget]</code></td> | ||
<td></td> | <td></td> | ||
− | <td>Use dialog definition instead.</td> | + | <td>Use dialog window definition instead.</td> |
</tr> | </tr> | ||
<tr> | <tr> | ||
Line 76: | Line 77: | ||
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/TemplateReplaceCheckbox TemplateReplaceCheckbox]</code></td> | <td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/TemplateReplaceCheckbox TemplateReplaceCheckbox]</code></td> | ||
<td><code>[http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.templates_replaceContent templates_replaceContent]</code></td> | <td><code>[http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.templates_replaceContent templates_replaceContent]</code></td> | ||
− | <td>Use dialog definition instead.</td> | + | <td>Use dialog window definition instead.</td> |
</tr> | </tr> | ||
<tr> | <tr> | ||
Line 196: | Line 197: | ||
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/FormatIndentator FormatIndentator]</code></td> | <td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/FormatIndentator FormatIndentator]</code></td> | ||
<td></td> | <td></td> | ||
− | <td>Use dataprocessor.</td> | + | <td>Use [[http://docs.cksource.com/CKEditor_3.x/Developers_Guide/Data_Processor dataprocessor]].</td> |
</tr> | </tr> | ||
<tr> | <tr> | ||
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/FormatOutput FormatOutput]</code></td> | <td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/FormatOutput FormatOutput]</code></td> | ||
<td></td> | <td></td> | ||
− | <td>Use dataprocessor.</td> | + | <td>Use [[http://docs.cksource.com/CKEditor_3.x/Developers_Guide/Data_Processor dataprocessor]].</td> |
</tr> | </tr> | ||
<tr> | <tr> | ||
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/FormatSource FormatSource]</code></td> | <td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/FormatSource FormatSource]</code></td> | ||
<td></td> | <td></td> | ||
− | <td>Use dataprocessor.</td> | + | <td>Use [[http://docs.cksource.com/CKEditor_3.x/Developers_Guide/Data_Processor dataprocessor]].</td> |
</tr> | </tr> | ||
<tr> | <tr> | ||
Line 539: | Line 540: | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
− | <td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/LinkUpload LinkUpload]< | + | <td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/LinkUpload LinkUpload]</code></td> |
<td>If the URL is specified.</td> | <td>If the URL is specified.</td> | ||
<td></td> | <td></td> |
Revision as of 13:58, 24 February 2011
CKEditor 3.x is a new version of our previous editor, known as FCKeditor 2.x. The 3.x line brought about not only a name change, but also a complete rewrite of the product, including major changes in its architecture. To make upgrading existing customizations easier the table below lists a mapping between the configuration settings of CKEditor and its predecessor.