(Title change) |
(RemoveAttributes link added) |
||
(2 intermediate revisions by the same user not shown) | |||
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 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 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 468: | Line 468: | ||
<td></td> | <td></td> | ||
<td>Use <code>[http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.protectedSource protectedSource]</code> instead.</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.