(removeDialogTabs for Flash/Advanced added) |
(Added the removeDialogTabs alternative to a few more configurations) |
||
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 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> |
Revision as of 13:43, 25 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 the mappings between the configuration settings of CKEditor and its predecessor.