(removeDialogTabs for Flash/Advanced added) |
(RemoveAttributes link added) |
||
(5 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | {{#CUSTOMTITLE:Configuration Settings Mapping Between | + | {{#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 the mappings between the [[CKEditor_3.x/Developers_Guide/Setting_Configurations|configuration settings of CKEditor]] and [[FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options|its predecessor]]. | '''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 the mappings between the [[CKEditor_3.x/Developers_Guide/Setting_Configurations|configuration settings of CKEditor]] and [[FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options|its predecessor]]. | ||
Line 151: | Line 151: | ||
<tr> | <tr> | ||
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/EnableMoreFontColors EnableMoreFontColors]</code></td> | <td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/EnableMoreFontColors EnableMoreFontColors]</code></td> | ||
− | <td><code>colorButton_enableMore</code></td> | + | <td><code>[http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.colorButton_enableMore colorButton_enableMore]</code></td> |
<td></td> | <td></td> | ||
</tr> | </tr> | ||
Line 307: | Line 307: | ||
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/ImageDlgHideAdvanced ImageDlgHideAdvanced]</code></td> | <td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/ImageDlgHideAdvanced ImageDlgHideAdvanced]</code></td> | ||
<td></td> | <td></td> | ||
− | <td>Use dialog window definition instead.</td> | + | <td>Use dialog window definition or <code>[http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.removeDialogTabs config.removeDialogTabs = 'image:advanced']</code> instead.</td> |
</tr> | </tr> | ||
<tr> | <tr> | ||
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/ImageDlgHideLink ImageDlgHideLink]</code></td> | <td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/ImageDlgHideLink ImageDlgHideLink]</code></td> | ||
<td></td> | <td></td> | ||
− | <td>Use dialog window definition instead.</td> | + | <td>Use dialog window definition or <code>[http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.removeDialogTabs config.removeDialogTabs = 'image:Link']</code> instead.</td> |
</tr> | </tr> | ||
<tr> | <tr> | ||
Line 361: | Line 361: | ||
<tr> | <tr> | ||
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/JustifyClasses JustifyClasses]</code></td> | <td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/JustifyClasses JustifyClasses]</code></td> | ||
− | <td><code>justifyClasses</code></td> | + | <td><code>[http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.justifyClasses justifyClasses]</code></td> |
<td></td> | <td></td> | ||
</tr> | </tr> | ||
Line 392: | Line 392: | ||
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/LinkDlgHideAdvanced LinkDlgHideAdvanced]</code></td> | <td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/LinkDlgHideAdvanced LinkDlgHideAdvanced]</code></td> | ||
<td></td> | <td></td> | ||
− | <td>Use dialog window definition instead.</td> | + | <td>Use dialog window definition or <code>[http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.removeDialogTabs config.removeDialogTabs = 'link:advanced']</code> instead.</td> |
</tr> | </tr> | ||
<tr> | <tr> | ||
<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 window definition instead.</td> | + | <td>Use dialog window definition or <code>[http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.removeDialogTabs config.removeDialogTabs = 'link:target']</code> instead.</td> |
</tr> | </tr> | ||
<tr> | <tr> | ||
Line 421: | Line 421: | ||
<tr> | <tr> | ||
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/MaxUndoLevels MaxUndoLevels]</code></td> | <td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/MaxUndoLevels MaxUndoLevels]</code></td> | ||
− | <td><code>undoStackSize</code></td> | + | <td><code>[http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.undoStackSize undoStackSize]</code></td> |
<td></td> | <td></td> | ||
</tr> | </tr> | ||
Line 456: | Line 456: | ||
<tr> | <tr> | ||
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/ProcessNumericEntities ProcessNumericEntities]</code></td> | <td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/ProcessNumericEntities ProcessNumericEntities]</code></td> | ||
− | <td><code>entities_processNumerical</code></td> | + | <td><code>[http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.entities_processNumerical entities_processNumerical]</code></td> |
<td></td> | <td></td> | ||
</tr> | </tr> | ||
Line 467: | Line 467: | ||
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/ProtectedTags ProtectedTags]</code></td> | <td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/ProtectedTags ProtectedTags]</code></td> | ||
<td></td> | <td></td> | ||
− | <td>Use <code>protectedSource</code>.</td> | + | <td>Use <code>[http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.protectedSource protectedSource]</code> instead.</td> |
+ | </tr> | ||
+ | <tr> | ||
+ | <td><code>[[FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/RemoveAttributes|RemoveAttributes]]</code></td> | ||
+ | <td><code>[http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.removeFormatAttributes removeFormatAttributes]</code></td> | ||
+ | <td></td> | ||
</tr> | </tr> | ||
<tr> | <tr> |
Latest revision as of 14:30, 6 December 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 the mappings between the configuration settings of CKEditor and its predecessor.