Configuration Settings Mapping Between FCKeditor and CKEditor

This website contains links to software which is either no longer maintained or will be supported only until the end of 2019 (CKFinder 2). For the latest documentation about current CKSource projects, including software like CKEditor 4/CKEditor 5, CKFinder 3, Cloud Services, Letters, Accessibility Checker, please visit the new documentation website.

If you look for an information about very old versions of CKEditor, FCKeditor and CKFinder check also the CKEditor forum, which was closed in 2015. If not, please head to StackOverflow for support.

(Third batch of config options added)
(RemoveAttributes link added)
 
(13 intermediate revisions by 3 users not shown)
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 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]].
  
<table summary="A listing of configuration settings mapping between FCKeditor and CKEditor">
+
<table summary="A listing of configuration settings mapping between FCKeditor and CKEditor" class="borders">
 
<caption>Configuration Settings</caption>
 
<caption>Configuration Settings</caption>
 
<tr>
 
<tr>
Line 7: Line 8:
 
<th>CKEditor</th>
 
<th>CKEditor</th>
 
<th>Notes</th>
 
<th>Notes</th>
 +
</tr>
 +
<tr>
 +
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/AdditionalNumericEntities AdditionalNumericEntities]</code></td>
 +
<td><code>[http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.entities_additional entities_additional]</code></td>
 +
<td></td>
 +
</tr>
 +
<tr>
 +
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/AllowQueryStringDebug AllowQueryStringDebug]</code></td>
 +
<td></td>
 +
<td>Not ported.</td>
 +
</tr>
 +
<tr>
 +
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/AutoDetectLanguage AutoDetectLanguage]</code></td>
 +
<td></td>
 +
<td>Always auto detecting unless the <code>[http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.language language]</code> configuration was specified. Falls back to <code>defaultLanguage</code>.</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
 
<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>
 
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/BaseHref BaseHref]</code></td>
 
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/BaseHref BaseHref]</code></td>
 
<td><code>[http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.baseHref baseHref]</code></td>
 
<td><code>[http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.baseHref baseHref]</code></td>
 +
<td></td>
 +
</tr>
 +
<tr>
 +
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/BodyId_and_BodyClass BodyClass]</code></td>
 +
<td><code>[http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.bodyClass bodyClass]</code></td>
 +
<td></td>
 +
</tr>
 +
<tr>
 +
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/BodyId_and_BodyClass BodyId]</code></td>
 +
<td><code>[http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.bodyId bodyId]</code></td>
 +
<td></td>
 +
</tr>
 +
<tr>
 +
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/BrowserContextMenuOnCtrl BrowserContextMenuOnCtrl]</code></td>
 +
<td><code>[http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.browserContextMenuOnCtrl browserContextMenuOnCtrl]</code></td>
 
<td></td>
 
<td></td>
 
</tr>
 
</tr>
Line 21: Line 52:
 
<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 29: Line 60:
 
</tr>
 
</tr>
 
<tr>
 
<tr>
<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/ContextMenu ContextMenu]</code></td>
 +
<td><code>[http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.menu_groups menu_groups]</code></td>
 +
<td></td>
 +
</tr>
 +
<tr>
 +
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/CoreStyles CoreStyles]</code></td>
 +
<td><code>[http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.stylesSet stylesSet]</code></td>
 
<td></td>
 
<td></td>
<td>Use dialog definition instead.</td>
 
 
</tr>
 
</tr>
 
<tr>
 
<tr>
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/DocType DocType]</code></td>
+
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/CustomConfigurationsPath CustomConfigurationsPath]</code></td>
<td><code>[http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.docType docType]</code></td>
+
<td><code>[http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.customConfig customConfig]</code></td>
 
<td></td>
 
<td></td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/ForcePasteAsPlainText ForcePasteAsPlainText]</code></td>
+
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/CustomStyles CustomStyles]</code></td>
<td><code>[http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.forcePasteAsPlainText forcePasteAsPlainText]</code></td>
+
<td><code>[http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.stylesSet stylesSet]</code></td>
 
<td></td>
 
<td></td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/FullPage FullPage]</code></td>
+
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/Debug Debug]</code></td>
<td><code>[http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.fullPage fullPage]</code></td>
 
 
<td></td>
 
<td></td>
 +
<td>Not ported.</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/DefaultFontFormatLabel DefaultFontFormatLabel]</code></td>
 
<td></td>
 
<td></td>
<td>Use dialog definition instead.</td>
+
<td>Uses the label defined in the language file.</td>
 
</tr>
 
</tr>
 
<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/DefaultFontLabel DefaultFontLabel]</code></td>
<td><code>undoStackSize</code></td>
+
<td><code>[http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.font_defaultLabel font_defaultLabel]</code></td>
 
<td></td>
 
<td></td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/StartupFocus StartupFocus]</code></td>
+
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/DefaultFontSizeLabel DefaultFontSizeLabel]</code></td>
<td><code>[http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.startupFocus startupFocus]</code></td>
+
<td><code>[http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.fontSize_defaultLabel fontSize_defaultLabel]</code></td>
 
<td></td>
 
<td></td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/StartupShowBlocks StartupShowBlocks]</code></td>
+
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/DefaultLanguage DefaultLanguage]</code></td>
<td><code>[http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.startupOutlineBlocks startupOutlineBlocks]</code></td>
+
<td><code>[http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.defaultLanguage defaultLanguage]</code></td>
 
<td></td>
 
<td></td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/TemplateReplaceAll TemplateReplaceAll]</code></td>
+
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/DefaultLinkTarget DefaultLinkTarget]</code></td>
<td><code>[http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.templates_replaceContent templates_replaceContent]</code></td>
 
 
<td></td>
 
<td></td>
 +
<td>Use dialog window definition instead.</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
<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/DefaultStyleLabel DefaultStyleLabel]</code></td>
<td><code>[http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.templates_replaceContent templates_replaceContent]</code></td>
+
<td></td>
<td>Use dialog definition instead.</td>
+
<td>Uses the label defined in the language file.</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/ToolbarComboPreviewCSS ToolbarComboPreviewCSS]</code></td>
+
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/DisableFFTableHandles DisableFFTableHandles]</code></td>
<td><code>[http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.contentsCss contentsCss]</code></td>
+
<td><code>[http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.disableNativeTableHandles disableNativeTableHandles]</code></td>
<td>Use in conjuction with <code>cke_format</code> and <code>cke_styles</code> classes that are appended to the <code>html</code> tag of an iframe.</td>
+
<td></td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/BodyId_and_BodyClass BodyId]</code></td>
+
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/DisableObjectResizing DisableObjectResizing]</code></td>
<td><code>[http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.bodyId bodyId]</code></td>
+
<td><code>[http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.disableObjectResizing disableObjectResizing]</code></td>
 
<td></td>
 
<td></td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/BodyId_and_BodyClass BodyClass]</code></td>
+
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/DocType DocType]</code></td>
<td><code>[http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.bodyClass bodyClass]</code></td>
+
<td><code>[http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.docType docType]</code></td>
 
<td></td>
 
<td></td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/CoreStyles CoreStyles]</code></td>
+
<td><code>[http://docs.cksource.com/EMailProtection EMailProtection]</code></td>
<td><code>[http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.stylesSet stylesSet]</code></td>
+
<td><code>[http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.emailProtection emailProtection]</code></td>
 
<td></td>
 
<td></td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/CustomStyles CustomStyles]</code></td>
+
<td><code>[http://docs.cksource.com/EMailProtection EMailProtectionFunction]</code></td>
<td><code>[http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.stylesSet stylesSet]</code></td>
+
<td><code>[http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.emailProtection emailProtection]</code></td>
 
<td></td>
 
<td></td>
 
</tr>
 
</tr>
Line 114: Line 150:
 
</tr>
 
</tr>
 
<tr>
 
<tr>
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/FontColors FontColors]</code></td>
+
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/EnableMoreFontColors EnableMoreFontColors]</code></td>
<td><code>[http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.colorButton_colors colorButton_colors]</code></td>
+
<td><code>[http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.colorButton_enableMore colorButton_enableMore]</code></td>
 +
<td></td>
 +
</tr>
 +
<tr>
 +
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/EnterMode EnterMode]</code></td>
 +
<td><code>[http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.enterMode enterMode]</code></td>
 +
<td></td>
 +
</tr>
 +
<tr>
 +
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/FillEmptyBlocks FillEmptyBlocks]</code></td>
 +
<td><code>[http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.fillEmptyBlocks fillEmptyBlocks]</code></td>
 
<td></td>
 
<td></td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/FontFormats FontFormats]</code></td>
+
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/FirefoxSpellChecker FirefoxSpellChecker]</code></td>
<td><code>[http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.format_tags format_tags]</code></td>
 
 
<td></td>
 
<td></td>
 +
<td>Not ported. Check <code>[http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.disableNativeSpellChecker disableNativeSpellChecker]</code>.</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/FontNames FontNames]</code></td>
+
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/FlashBrowser FlashBrowser]</code></td>
<td><code>[http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.font_names font_names]</code></td>
 
 
<td></td>
 
<td></td>
 +
<td>If the URL is specified.</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/FontSizes FontSizes]</code></td>
+
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/FlashBrowserURL FlashBrowserURL]</code></td>
<td><code>[http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.fontSize_sizes fontSize_sizes]</code></td>
+
<td><code>[http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.filebrowserFlashBrowseUrl filebrowserFlashBrowseUrl]</code></td>
 
<td></td>
 
<td></td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/IndentClasses IndentClasses]</code></td>
+
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/FlashBrowserWindowHeight FlashBrowserWindowHeight]</code></td>
<td><code>[http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.indentClasses indentClasses]</code></td>
+
<td><code>filebrowserFlashWindowWidth</code></td>
 
<td></td>
 
<td></td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/IndentLength IndentLength]</code></td>
+
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/FlashBrowserWindowWidth FlashBrowserWindowWidth]</code></td>
<td><code>[http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.indentOffset indentOffset]</code></td>
+
<td><code>filebrowserFlashWindowHeight</code></td>
 
<td></td>
 
<td></td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/IndentUnit IndentUnit]</code></td>
+
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/FlashDlgHideAdvanced FlashDlgHideAdvanced]</code></td>
<td><code>[http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.indentUnit indentUnit]</code></td>
 
 
<td></td>
 
<td></td>
 +
<td>Use dialog window definition or <code>[http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.removeDialogTabs config.removeDialogTabs = 'flash:advanced']</code> instead.</td>
 
</tr>
 
</tr>
 
<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/FlashUpload FlashUpload]</code></td>
<td><code>justifyClasses</code></td>
 
 
<td></td>
 
<td></td>
 +
<td>If the URL is specified.</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/RemoveFormatTags RemoveFormatTags]</code></td>
+
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/FlashUploadAllowedExtensions FlashUploadAllowedExtensions]</code></td>
<td><code>[http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.removeFormatTags removeFormatTags]</code></td>
 
 
<td></td>
 
<td></td>
 +
<td>Not ported.</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/StylesXmlPath StylesXmlPath]</code></td>
+
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/FlashUploadDeniedExtensions FlashUploadDeniedExtensions]</code></td>
 
<td></td>
 
<td></td>
 
<td>Not ported.</td>
 
<td>Not ported.</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/AdditionalNumericEntities AdditionalNumericEntities]</code></td>
+
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/FlashUploadURL FlashUploadURL]</code></td>
<td><code>[http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.entities_additional entities_additional]</code></td>
+
<td><code>[http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.filebrowserFlashUploadUrl filebrowserFlashUploadUrl]</code></td>
 +
<td></td>
 +
</tr>
 +
<tr>
 +
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/FloatingPanelsZIndex FloatingPanelsZIndex]</code></td>
 +
<td><code>[http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.baseFloatZIndex baseFloatZIndex]</code></td>
 +
<td></td>
 +
</tr>
 +
<tr>
 +
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/FontColors FontColors]</code></td>
 +
<td><code>[http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.colorButton_colors colorButton_colors]</code></td>
 
<td></td>
 
<td></td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
<td><code>[http://docs.cksource.com/EMailProtection EMailProtection]</code></td>
+
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/FontFormats FontFormats]</code></td>
<td><code>[http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.emailProtection emailProtection]</code></td>
+
<td><code>[http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.format_tags format_tags]</code></td>
 
<td></td>
 
<td></td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
<td><code>[http://docs.cksource.com/EMailProtection EMailProtectionFunction]</code></td>
+
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/FontNames FontNames]</code></td>
<td><code>[http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.emailProtection emailProtection]</code></td>
+
<td><code>[http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.font_names font_names]</code></td>
 
<td></td>
 
<td></td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/EnterMode EnterMode]</code></td>
+
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/FontSizes FontSizes]</code></td>
<td><code>[http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.enterMode enterMode]</code></td>
+
<td><code>[http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.fontSize_sizes fontSize_sizes]</code></td>
 
<td></td>
 
<td></td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/FillEmptyBlocks FillEmptyBlocks]</code></td>
+
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/ForcePasteAsPlainText ForcePasteAsPlainText]</code></td>
<td><code>[http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.fillEmptyBlocks fillEmptyBlocks]</code></td>
+
<td><code>[http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.forcePasteAsPlainText forcePasteAsPlainText]</code></td>
 
<td></td>
 
<td></td>
 
</tr>
 
</tr>
Line 196: Line 252:
 
<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 [[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 [[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 [[CKEditor_3.x/Developers_Guide/Data_Processor|dataprocessor]].</td>
 +
</tr>
 +
<tr>
 +
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/FullPage FullPage]</code></td>
 +
<td><code>[http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.fullPage fullPage]</code></td>
 +
<td></td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
Line 212: Line 273:
 
<td><code>[http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.htmlEncodeOutput htmlEncodeOutput]</code></td>
 
<td><code>[http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.htmlEncodeOutput htmlEncodeOutput]</code></td>
 
<td></td>
 
<td></td>
 +
</tr>
 +
<tr>
 +
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/IeSpellDownloadUrl IeSpellDownloadUrl]</code></td>
 +
<td></td>
 +
<td>Not ported.</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
 
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/IgnoreEmptyParagraphValue IgnoreEmptyParagraphValue]</code></td>
 
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/IgnoreEmptyParagraphValue IgnoreEmptyParagraphValue]</code></td>
 
<td><code>[http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.ignoreEmptyParagraph ignoreEmptyParagraph]</code></td>
 
<td><code>[http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.ignoreEmptyParagraph ignoreEmptyParagraph]</code></td>
 +
<td></td>
 +
</tr>
 +
<tr>
 +
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/ImageBrowser ImageBrowser]</code></td>
 +
<td></td>
 +
<td>If the URL is specified.</td>
 +
</tr>
 +
<tr>
 +
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/ImageBrowserURL ImageBrowserURL]</code></td>
 +
<td><code>[http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.filebrowserImageBrowseUrl filebrowserImageBrowseUrl]</code></td>
 +
<td></td>
 +
</tr>
 +
<tr>
 +
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/ImageBrowserWindowHeight ImageBrowserWindowHeight]</code></td>
 +
<td><code>filebrowserImageWindowHeight</code></td>
 +
<td></td>
 +
</tr>
 +
<tr>
 +
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/ImageBrowserWindowWidth ImageBrowserWindowWidth]</code></td>
 +
<td><code>filebrowserImageWindowWidth</code></td>
 +
<td></td>
 +
</tr>
 +
<tr>
 +
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/ImageDlgHideAdvanced ImageDlgHideAdvanced]</code></td>
 +
<td></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>
 +
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/ImageDlgHideLink ImageDlgHideLink]</code></td>
 +
<td></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>
 +
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/ImageUpload ImageUpload]</code></td>
 +
<td></td>
 +
<td>If the URL is specified.</td>
 +
</tr>
 +
<tr>
 +
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/ImageUploadAllowedExtensions ImageUploadAllowedExtensions]</code></td>
 +
<td></td>
 +
<td>Not ported.</td>
 +
</tr>
 +
<tr>
 +
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/ImageUploadDeniedExtensions ImageUploadDeniedExtensions]</code></td>
 +
<td></td>
 +
<td>Not ported.</td>
 +
</tr>
 +
<tr>
 +
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/ImageUploadURL ImageUploadURL]</code></td>
 +
<td><code>[http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.filebrowserImageUploadUrl filebrowserImageUploadUrl]</code></td>
 
<td></td>
 
<td></td>
 
</tr>
 
</tr>
Line 229: Line 345:
 
</tr>
 
</tr>
 
<tr>
 
<tr>
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/ProcessHTMLEntities ProcessHTMLEntities]</code></td>
+
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/IndentClasses IndentClasses]</code></td>
<td><code>[http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.entities entities]</code></td>
+
<td><code>[http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.indentClasses indentClasses]</code></td>
 +
<td></td>
 +
</tr>
 +
<tr>
 +
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/IndentLength IndentLength]</code></td>
 +
<td><code>[http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.indentOffset indentOffset]</code></td>
 +
<td></td>
 +
</tr>
 +
<tr>
 +
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/IndentUnit IndentUnit]</code></td>
 +
<td><code>[http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.indentUnit indentUnit]</code></td>
 
<td></td>
 
<td></td>
 
</tr>
 
</tr>
 
<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/JustifyClasses JustifyClasses]</code></td>
<td><code>entities_processNumerical</code></td>
+
<td><code>[http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.justifyClasses justifyClasses]</code></td>
 
<td></td>
 
<td></td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/ShiftEnterMode ShiftEnterMode]</code></td>
+
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/Keystrokes Keystrokes]</code></td>
<td><code>[http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.shiftEnterMode shiftEnterMode]</code></td>
+
<td><code>[http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.keystrokes keystrokes]</code></td>
 
<td></td>
 
<td></td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/TabSpaces TabSpaces]</code></td>
+
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/LinkBrowser LinkBrowser]</code></td>
<td><code>[http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.tabSpaces tabSpaces]</code></td>
 
 
<td></td>
 
<td></td>
 +
<td>If the URL is specified.</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/AutoDetectLanguage AutoDetectLanguage]</code></td>
+
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/LinkBrowserURL LinkBrowserURL]</code></td>
 +
<td><code>filebrowserLinkBrowseUrl</code></td>
 
<td></td>
 
<td></td>
<td>Always auto detecting unless the language configuration was specified. Falls back to <code>defaultLanguage</code>.</td>
 
 
</tr>
 
</tr>
 
<tr>
 
<tr>
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/ContextMenu ContextMenu]</code></td>
+
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/LinkBrowserWindowHeight LinkBrowserWindowHeight]</code></td>
<td><code>[http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.menu_groups menu_groups]</code></td>
+
<td><code>filebrowserLinkWindowWidth</code></td>
 
<td></td>
 
<td></td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/DefaultFontFormatLabel DefaultFontFormatLabel]</code></td>
+
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/LinkBrowserWindowWidth LinkBrowserWindowWidth]</code></td>
 +
<td><code>filebrowserLinkWindowHeight</code></td>
 
<td></td>
 
<td></td>
<td>Uses the label defined in the language file.</td>
 
 
</tr>
 
</tr>
 
<tr>
 
<tr>
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/DefaultFontSizeLabel DefaultFontSizeLabel]</code></td>
+
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/LinkDlgHideAdvanced LinkDlgHideAdvanced]</code></td>
<td><code>[http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.fontSize_defaultLabel fontSize_defaultLabel]</code></td>
 
 
<td></td>
 
<td></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/DefaultFontLabel DefaultFontLabel]</code></td>
+
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/LinkDlgHideTarget LinkDlgHideTarget]</code></td>
<td><code>[http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.font_defaultLabel font_defaultLabel]</code></td>
 
 
<td></td>
 
<td></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>
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/DefaultLanguage DefaultLanguage]</code></td>
+
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/LinkUpload LinkUpload]</code></td>
<td><code>[http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.defaultLanguage defaultLanguage]</code></td>
 
 
<td></td>
 
<td></td>
 +
<td>If the URL is specified.</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/DefaultStyleLabel DefaultStyleLabel]</code></td>
+
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/LinkUploadAllowedExtensions LinkUploadAllowedExtensions]</code></td>
 
<td></td>
 
<td></td>
<td>Uses the label defined in the language file.</td>
+
<td>Not ported.</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/DisableFFTableHandles DisableFFTableHandles]</code></td>
+
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/LinkUploadDeniedExtensions LinkUploadDeniedExtensions]</code></td>
<td><code>[http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.disableNativeTableHandles disableNativeTableHandles]</code></td>
 
 
<td></td>
 
<td></td>
 +
<td>Not ported.</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/DisableObjectResizing DisableObjectResizing]</code></td>
+
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/LinkUploadURL LinkUploadURL]</code></td>
<td><code>[http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.disableObjectResizing disableObjectResizing]</code></td>
+
<td><code>filebrowserLinkUploadUrl</code></td>
 
<td></td>
 
<td></td>
 
</tr>
 
</tr>
 
<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/MaxUndoLevels MaxUndoLevels]</code></td>
<td><code>colorButton_enableMore</code></td>
+
<td><code>[http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.undoStackSize undoStackSize]</code></td>
 
<td></td>
 
<td></td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/FlashDlgHideAdvanced FlashDlgHideAdvanced]</code></td>
+
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/MsWebBrowserControlCompat MsWebBrowserControlCompat]</code></td>
 
<td></td>
 
<td></td>
<td>Use dialog window definition instead.</td>
+
<td>Not ported.</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/FloatingPanelsZIndex FloatingPanelsZIndex]</code></td>
+
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/Plugins.Add Plugins.Add]</code></td>
<td><code>[http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.baseFloatZIndex baseFloatZIndex]</code></td>
+
<td><code>[http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.extraPlugins extraPlugins]</code></td>
 
<td></td>
 
<td></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/PluginsPath PluginsPath]</code></td>
 
<td></td>
 
<td></td>
<td>Use dialog window definition instead.</td>
+
<td>Not ported.</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
<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/PreloadImages PreloadImages]</code></td>
 
<td></td>
 
<td></td>
<td>Use dialog window definition instead.</td>
+
<td>Not ported.</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/Keystrokes Keystrokes]</code></td>
+
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/PreserveSessionOnFileBrowser PreserveSessionOnFileBrowser]</code></td>
<td><code>[http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.keystrokes keystrokes]</code></td>
 
 
<td></td>
 
<td></td>
 +
<td>Not ported.</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
<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/ProcessHTMLEntities ProcessHTMLEntities]</code></td>
 +
<td><code>[http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.entities entities]</code></td>
 
<td></td>
 
<td></td>
<td>Use dialog window definition instead.</td>
 
 
</tr>
 
</tr>
 
<tr>
 
<tr>
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/ShowBorders ShowBorders]</code></td>
+
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/ProcessNumericEntities ProcessNumericEntities]</code></td>
<td><code>[http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.startupShowBorders startupShowBorders]</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>
 
<tr>
 
<tr>
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/ShowDropDialog ShowDropDialog]</code></td>
+
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/ProtectedSource.Add ProtectedSource.Add]</code></td>
 +
<td><code>[http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.protectedSource protectedSource]</code></td>
 
<td></td>
 
<td></td>
<td>Will be opened automatically when it is impossible to get the clipboard text programmatically.</td>
 
 
</tr>
 
</tr>
 
<tr>
 
<tr>
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/SkinPath SkinPath]</code></td>
+
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/ProtectedTags ProtectedTags]</code></td>
<td><code>[http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.skin skin]</code></td>
+
<td></td>
<td>Defaults to <code>''basedirectory/skin/name''</code>.</td>
+
<td>Use <code>[http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.protectedSource protectedSource]</code> instead.</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/SourcePopup SourcePopup]</code></td>
+
<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>
 
<td></td>
<td>Not ported.</td>
 
 
</tr>
 
</tr>
 
<tr>
 
<tr>
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/SmileyColumns SmileyColumns]</code></td>
+
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/RemoveFormatTags RemoveFormatTags]</code></td>
<td><code>[http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.smiley_columns smiley_columns]</code></td>
+
<td><code>[http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.removeFormatTags removeFormatTags]</code></td>
 
<td></td>
 
<td></td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/SmileyWindowHeight SmileyWindowHeight]</code></td>
+
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/ScaytAutoStartup ScaytAutoStartup]</code></td>
 +
<td><code>[http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.scayt_autoStartup scayt_autoStartup]</code></td>
 
<td></td>
 
<td></td>
<td>Use dialog window definition instead.</td>
 
 
</tr>
 
</tr>
 
<tr>
 
<tr>
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/SmileyWindowWidth SmileyWindowWidth]</code></td>
+
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/ShiftEnterMode ShiftEnterMode]</code></td>
 +
<td><code>[http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.shiftEnterMode shiftEnterMode]</code></td>
 
<td></td>
 
<td></td>
<td>Use dialog window definition instead.</td>
 
 
</tr>
 
</tr>
 
<tr>
 
<tr>
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/ToolbarCanCollapse ToolbarCanCollapse]</code></td>
+
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/ShowBorders ShowBorders]</code></td>
<td><code>[http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.toolbarCanCollapse toolbarCanCollapse]</code></td>
+
<td><code>[http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.startupShowBorders startupShowBorders]</code></td>
 
<td></td>
 
<td></td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/ToolbarStartExpanded ToolbarStartExpanded]</code></td>
+
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/ShowDropDialog ShowDropDialog]</code></td>
<td><code>[http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.toolbarStartupExpanded toolbarStartupExpanded]</code></td>
 
 
<td></td>
 
<td></td>
 +
<td>Will be opened automatically when it is impossible to get the clipboard text programmatically.</td>
 +
</tr>
 +
<tr>
 +
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/SkinPath SkinPath]</code></td>
 +
<td><code>[http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.skin skin]</code></td>
 +
<td>Defaults to <code>''basedirectory/skin/name''</code>.</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/ToolbarLocation ToolbarLocation]</code></td>
+
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/SmileyColumns SmileyColumns]</code></td>
<td><code>[http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.toolbarLocation toolbarLocation]</code></td>
+
<td><code>[http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.smiley_columns smiley_columns]</code></td>
 
<td></td>
 
<td></td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/ToolbarSets ToolbarSets]</code></td>
+
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/SmileyImages SmileyImages]</code></td>
<td><code>[http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.toolbar toolbar]</code></td>
+
<td><code>[http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.smiley_images smiley_images]</code></td>
 
<td></td>
 
<td></td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/AllowQueryStringDebug AllowQueryStringDebug]</code></td>
+
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/SmileyPath SmileyPath]</code></td>
 +
<td><code>[http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.smiley_path smiley_path]</code></td>
 
<td></td>
 
<td></td>
<td>Not ported.</td>
 
 
</tr>
 
</tr>
 
<tr>
 
<tr>
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/BrowserContextMenuOnCtrl BrowserContextMenuOnCtrl]</code></td>
+
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/SmileyWindowHeight SmileyWindowHeight]</code></td>
<td><code>[http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.browserContextMenuOnCtrl browserContextMenuOnCtrl]</code></td>
 
 
<td></td>
 
<td></td>
 +
<td>Use dialog window definition instead.</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/CustomConfigurationsPath CustomConfigurationsPath]</code></td>
+
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/SmileyWindowWidth SmileyWindowWidth]</code></td>
<td><code>[http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.customConfig customConfig]</code></td>
 
 
<td></td>
 
<td></td>
 +
<td>Use dialog window definition instead.</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/Debug Debug]</code></td>
+
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/SourcePopup SourcePopup]</code></td>
 
<td></td>
 
<td></td>
 
<td>Not ported.</td>
 
<td>Not ported.</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/FirefoxSpellChecker FirefoxSpellChecker]</code></td>
+
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/SpellChecker SpellChecker]</code></td>
 
<td></td>
 
<td></td>
<td>Not ported.</td>
+
<td>Depends on which plugin(s) is/are loaded.</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/IeSpellDownloadUrl IeSpellDownloadUrl]</code></td>
+
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/SpellerPagesServerScript SpellerPagesServerScript]</code></td>
 
<td></td>
 
<td></td>
 
<td>Not ported.</td>
 
<td>Not ported.</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/PluginsPath PluginsPath]</code></td>
+
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/StartupFocus StartupFocus]</code></td>
 +
<td><code>[http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.startupFocus startupFocus]</code></td>
 
<td></td>
 
<td></td>
<td>Not ported.</td>
 
 
</tr>
 
</tr>
 
<tr>
 
<tr>
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/Plugins.Add Plugins.Add]</code></td>
+
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/StartupShowBlocks StartupShowBlocks]</code></td>
<td><code>[http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.extraPlugins extraPlugins]</code></td>
+
<td><code>[http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.startupOutlineBlocks startupOutlineBlocks]</code></td>
 
<td></td>
 
<td></td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/PreloadImages PreloadImages]</code></td>
+
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/StylesXmlPath StylesXmlPath]</code></td>
 
<td></td>
 
<td></td>
 
<td>Not ported.</td>
 
<td>Not ported.</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/PreserveSessionOnFileBrowser PreserveSessionOnFileBrowser]</code></td>
+
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/TabSpaces TabSpaces]</code></td>
 +
<td><code>[http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.tabSpaces tabSpaces]</code></td>
 +
<td></td>
 +
</tr>
 +
<tr>
 +
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/TemplateReplaceAll TemplateReplaceAll]</code></td>
 +
<td><code>[http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.templates_replaceContent templates_replaceContent]</code></td>
 
<td></td>
 
<td></td>
<td>Not ported.</td>
 
 
</tr>
 
</tr>
 
<tr>
 
<tr>
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/ProtectedSource.Add ProtectedSource.Add]</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#.protectedSource protectedSource]</code></td>
+
<td><code>[http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.templates_replaceContent templates_replaceContent]</code></td>
 +
<td>Use dialog window definition instead.</td>
 +
</tr>
 +
<tr>
 +
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/TemplatesXmlPath TemplatesXmlPath]</code></td>
 
<td></td>
 
<td></td>
 +
<td>Not ported. Refer to the [[CKEditor_3.x/Developers_Guide/Templates|Templates]] article.</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
<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/ToolbarCanCollapse ToolbarCanCollapse]</code></td>
 +
<td><code>[http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.toolbarCanCollapse toolbarCanCollapse]</code></td>
 
<td></td>
 
<td></td>
<td>Use <code>protectedSource</code>.</td>
 
 
</tr>
 
</tr>
 
<tr>
 
<tr>
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/SmileyPath SmileyPath]</code></td>
+
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/ToolbarComboPreviewCSS ToolbarComboPreviewCSS]</code></td>
<td><code>[http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.smiley_path smiley_path]</code></td>
+
<td><code>[http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.contentsCss contentsCss]</code></td>
 +
<td>Use in conjuction with <code>cke_format</code> and <code>cke_styles</code> classes that are appended to the <code>html</code> tag of an iframe.</td>
 +
</tr>
 +
<tr>
 +
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/ToolbarLocation ToolbarLocation]</code></td>
 +
<td><code>[http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.toolbarLocation toolbarLocation]</code></td>
 
<td></td>
 
<td></td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/SmileyImages SmileyImages]</code></td>
+
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/ToolbarSets ToolbarSets]</code></td>
<td><code>[http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.smiley_images smiley_images]</code></td>
+
<td><code>[http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.toolbar toolbar]</code></td>
 
<td></td>
 
<td></td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
<td><code>[]</code></td>
+
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/ToolbarStartExpanded ToolbarStartExpanded]</code></td>
<td><code>[]</code></td>
+
<td><code>[http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.toolbarStartupExpanded toolbarStartupExpanded]</code></td>
 
<td></td>
 
<td></td>
 
</tr>
 
</tr>
 
 
</table>
 
</table>

Latest revision as of 15: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.

Configuration Settings
FCKeditor CKEditor Notes
AdditionalNumericEntities entities_additional
AllowQueryStringDebug Not ported.
AutoDetectLanguage Always auto detecting unless the language configuration was specified. Falls back to defaultLanguage.
AutoDetectPasteFromWord Always auto detecting, unless the plugin is removed. Alternative: pasteFromWordPromptCleanup.
BaseHref baseHref
BodyClass bodyClass
BodyId bodyId
BrowserContextMenuOnCtrl browserContextMenuOnCtrl
CleanWordKeepsStructure Mapped to: pasteFromWordCleanupFile, pasteFromWordNumberedHeadingToList, pasteFromWordRemoveFontStyles, and pasteFromWordRemoveStyles.
ContentLangDirection contentsLangDirection
ContextMenu menu_groups
CoreStyles stylesSet
CustomConfigurationsPath customConfig
CustomStyles stylesSet
Debug Not ported.
DefaultFontFormatLabel Uses the label defined in the language file.
DefaultFontLabel font_defaultLabel
DefaultFontSizeLabel fontSize_defaultLabel
DefaultLanguage defaultLanguage
DefaultLinkTarget Use dialog window definition instead.
DefaultStyleLabel Uses the label defined in the language file.
DisableFFTableHandles disableNativeTableHandles
DisableObjectResizing disableObjectResizing
DocType docType
EMailProtection emailProtection
EMailProtectionFunction emailProtection
EditorAreaCSS contentsCss
EditorAreaStyles contentsCss
EnableMoreFontColors colorButton_enableMore
EnterMode enterMode
FillEmptyBlocks fillEmptyBlocks
FirefoxSpellChecker Not ported. Check disableNativeSpellChecker.
FlashBrowser If the URL is specified.
FlashBrowserURL filebrowserFlashBrowseUrl
FlashBrowserWindowHeight filebrowserFlashWindowWidth
FlashBrowserWindowWidth filebrowserFlashWindowHeight
FlashDlgHideAdvanced Use dialog window definition or config.removeDialogTabs = 'flash:advanced' instead.
FlashUpload If the URL is specified.
FlashUploadAllowedExtensions Not ported.
FlashUploadDeniedExtensions Not ported.
FlashUploadURL filebrowserFlashUploadUrl
FloatingPanelsZIndex baseFloatZIndex
FontColors colorButton_colors
FontFormats format_tags
FontNames font_names
FontSizes fontSize_sizes
ForcePasteAsPlainText forcePasteAsPlainText
ForceSimpleAmpersand forceSimpleAmpersand
FormatIndentator Use dataprocessor.
FormatOutput Use dataprocessor.
FormatSource Use dataprocessor.
FullPage fullPage
HtmlEncodeOutput htmlEncodeOutput
IeSpellDownloadUrl Not ported.
IgnoreEmptyParagraphValue ignoreEmptyParagraph
ImageBrowser If the URL is specified.
ImageBrowserURL filebrowserImageBrowseUrl
ImageBrowserWindowHeight filebrowserImageWindowHeight
ImageBrowserWindowWidth filebrowserImageWindowWidth
ImageDlgHideAdvanced Use dialog window definition or config.removeDialogTabs = 'image:advanced' instead.
ImageDlgHideLink Use dialog window definition or config.removeDialogTabs = 'image:Link' instead.
ImageUpload If the URL is specified.
ImageUploadAllowedExtensions Not ported.
ImageUploadDeniedExtensions Not ported.
ImageUploadURL filebrowserImageUploadUrl
IncludeGreekEntities entities_greek
IncludeLatinEntities entities_latin
IndentClasses indentClasses
IndentLength indentOffset
IndentUnit indentUnit
JustifyClasses justifyClasses
Keystrokes keystrokes
LinkBrowser If the URL is specified.
LinkBrowserURL filebrowserLinkBrowseUrl
LinkBrowserWindowHeight filebrowserLinkWindowWidth
LinkBrowserWindowWidth filebrowserLinkWindowHeight
LinkDlgHideAdvanced Use dialog window definition or config.removeDialogTabs = 'link:advanced' instead.
LinkDlgHideTarget Use dialog window definition or config.removeDialogTabs = 'link:target' instead.
LinkUpload If the URL is specified.
LinkUploadAllowedExtensions Not ported.
LinkUploadDeniedExtensions Not ported.
LinkUploadURL filebrowserLinkUploadUrl
MaxUndoLevels undoStackSize
MsWebBrowserControlCompat Not ported.
Plugins.Add extraPlugins
PluginsPath Not ported.
PreloadImages Not ported.
PreserveSessionOnFileBrowser Not ported.
ProcessHTMLEntities entities
ProcessNumericEntities entities_processNumerical
ProtectedSource.Add protectedSource
ProtectedTags Use protectedSource instead.
RemoveAttributes removeFormatAttributes
RemoveFormatTags removeFormatTags
ScaytAutoStartup scayt_autoStartup
ShiftEnterMode shiftEnterMode
ShowBorders startupShowBorders
ShowDropDialog Will be opened automatically when it is impossible to get the clipboard text programmatically.
SkinPath skin Defaults to basedirectory/skin/name.
SmileyColumns smiley_columns
SmileyImages smiley_images
SmileyPath smiley_path
SmileyWindowHeight Use dialog window definition instead.
SmileyWindowWidth Use dialog window definition instead.
SourcePopup Not ported.
SpellChecker Depends on which plugin(s) is/are loaded.
SpellerPagesServerScript Not ported.
StartupFocus startupFocus
StartupShowBlocks startupOutlineBlocks
StylesXmlPath Not ported.
TabSpaces tabSpaces
TemplateReplaceAll templates_replaceContent
TemplateReplaceCheckbox templates_replaceContent Use dialog window definition instead.
TemplatesXmlPath Not ported. Refer to the Templates article.
ToolbarCanCollapse toolbarCanCollapse
ToolbarComboPreviewCSS contentsCss Use in conjuction with cke_format and cke_styles classes that are appended to the html tag of an iframe.
ToolbarLocation toolbarLocation
ToolbarSets toolbar
ToolbarStartExpanded toolbarStartupExpanded
This page was last edited on 6 December 2011, at 15:30.