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.

(Second batch of config options added)
(Third batch of config options added)
Line 319: Line 319:
 
</tr>
 
</tr>
 
<tr>
 
<tr>
<td><code>[]</code></td>
+
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/Keystrokes Keystrokes]</code></td>
<td><code>[]</code></td>
+
<td><code>[http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.keystrokes keystrokes]</code></td>
 +
<td></td>
 +
</tr>
 +
<tr>
 +
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/LinkDlgHideAdvanced LinkDlgHideAdvanced]</code></td>
 +
<td></td>
 +
<td>Use dialog window definition instead.</td>
 +
</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/ckeditor_api/symbols/CKEDITOR.config.html#.startupShowBorders startupShowBorders]</code></td>
 +
<td></td>
 +
</tr>
 +
<tr>
 +
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/ShowDropDialog ShowDropDialog]</code></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>
 +
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/SourcePopup SourcePopup]</code></td>
 +
<td></td>
 +
<td>Not ported.</td>
 +
</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/ckeditor_api/symbols/CKEDITOR.config.html#.smiley_columns smiley_columns]</code></td>
 +
<td></td>
 +
</tr>
 +
<tr>
 +
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/SmileyWindowHeight SmileyWindowHeight]</code></td>
 +
<td></td>
 +
<td>Use dialog window definition instead.</td>
 +
</tr>
 +
<tr>
 +
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/SmileyWindowWidth SmileyWindowWidth]</code></td>
 +
<td></td>
 +
<td>Use dialog window definition instead.</td>
 +
</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/ckeditor_api/symbols/CKEDITOR.config.html#.toolbarCanCollapse toolbarCanCollapse]</code></td>
 +
<td></td>
 +
</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/ckeditor_api/symbols/CKEDITOR.config.html#.toolbarStartupExpanded toolbarStartupExpanded]</code></td>
 +
<td></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>
 +
</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/ckeditor_api/symbols/CKEDITOR.config.html#.toolbar toolbar]</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/BrowserContextMenuOnCtrl BrowserContextMenuOnCtrl]</code></td>
 +
<td><code>[http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.browserContextMenuOnCtrl browserContextMenuOnCtrl]</code></td>
 +
<td></td>
 +
</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/ckeditor_api/symbols/CKEDITOR.config.html#.customConfig customConfig]</code></td>
 +
<td></td>
 +
</tr>
 +
<tr>
 +
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/Debug Debug]</code></td>
 +
<td></td>
 +
<td>Not ported.</td>
 +
</tr>
 +
<tr>
 +
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/FirefoxSpellChecker FirefoxSpellChecker]</code></td>
 +
<td></td>
 +
<td>Not ported.</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>
 +
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/PluginsPath PluginsPath]</code></td>
 +
<td></td>
 +
<td>Not ported.</td>
 +
</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/ckeditor_api/symbols/CKEDITOR.config.html#.extraPlugins extraPlugins]</code></td>
 +
<td></td>
 +
</tr>
 +
<tr>
 +
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/PreloadImages PreloadImages]</code></td>
 +
<td></td>
 +
<td>Not ported.</td>
 +
</tr>
 +
<tr>
 +
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/PreserveSessionOnFileBrowser PreserveSessionOnFileBrowser]</code></td>
 +
<td></td>
 +
<td>Not ported.</td>
 +
</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/ckeditor_api/symbols/CKEDITOR.config.html#.protectedSource protectedSource]</code></td>
 +
<td></td>
 +
</tr>
 +
<tr>
 +
<td><code>[http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/ProtectedTags ProtectedTags]</code></td>
 +
<td></td>
 +
<td>Use <code>protectedSource</code>.</td>
 +
</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/ckeditor_api/symbols/CKEDITOR.config.html#.smiley_path smiley_path]</code></td>
 +
<td></td>
 +
</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/ckeditor_api/symbols/CKEDITOR.config.html#.smiley_images smiley_images]</code></td>
 
<td></td>
 
<td></td>
 
</tr>
 
</tr>
Line 328: Line 458:
 
<td></td>
 
<td></td>
 
</tr>
 
</tr>
 
 
  
 
</table>
 
</table>

Revision as of 14:17, 24 February 2011

Configuration Settings
FCKeditor CKEditor Notes
AutoDetectPasteFromWord Always auto detecting, unless the plugin is removed. Alternative: pasteFromWordPromptCleanup.
BaseHref baseHref
CleanWordKeepsStructure Mapped to: pasteFromWordCleanupFile, pasteFromWordNumberedHeadingToList, pasteFromWordRemoveFontStyles, pasteFromWordRemoveStyles
ContentLangDirection contentsLangDirection
DefaultLinkTarget Use dialog definition instead.
DocType docType
ForcePasteAsPlainText forcePasteAsPlainText
FullPage fullPage
LinkDlgHideTarget Use dialog definition instead.
MaxUndoLevels undoStackSize
StartupFocus startupFocus
StartupShowBlocks startupOutlineBlocks
TemplateReplaceAll templates_replaceContent
TemplateReplaceCheckbox templates_replaceContent Use dialog definition instead.
ToolbarComboPreviewCSS contentsCss Use in conjuction with cke_format and cke_styles classes that are appended to the html tag of an iframe.
BodyId bodyId
BodyClass bodyClass
CoreStyles stylesSet
CustomStyles stylesSet
EditorAreaCSS contentsCss
EditorAreaStyles contentsCss
FontColors colorButton_colors
FontFormats format_tags
FontNames font_names
FontSizes fontSize_sizes
IndentClasses indentClasses
IndentLength indentOffset
IndentUnit indentUnit
JustifyClasses justifyClasses
RemoveFormatTags removeFormatTags
StylesXmlPath Not ported.
AdditionalNumericEntities entities_additional
EMailProtection emailProtection
EMailProtectionFunction emailProtection
EnterMode enterMode
FillEmptyBlocks fillEmptyBlocks
ForceSimpleAmpersand forceSimpleAmpersand
FormatIndentator Use dataprocessor.
FormatOutput Use dataprocessor.
FormatSource Use dataprocessor.
HtmlEncodeOutput htmlEncodeOutput
IgnoreEmptyParagraphValue ignoreEmptyParagraph
IncludeGreekEntities entities_greek
IncludeLatinEntities entities_latin
ProcessHTMLEntities entities
ProcessNumericEntities entities_processNumerical
ShiftEnterMode shiftEnterMode
TabSpaces tabSpaces
AutoDetectLanguage Always auto detecting unless the language configuration was specified. Falls back to defaultLanguage.
ContextMenu menu_groups
DefaultFontFormatLabel Uses the label defined in the language file.
DefaultFontSizeLabel fontSize_defaultLabel
DefaultFontLabel font_defaultLabel
DefaultLanguage defaultLanguage
DefaultStyleLabel Uses the label defined in the language file.
DisableFFTableHandles disableNativeTableHandles
DisableObjectResizing disableObjectResizing
EnableMoreFontColors colorButton_enableMore
FlashDlgHideAdvanced Use dialog window definition instead.
FloatingPanelsZIndex baseFloatZIndex
ImageDlgHideLink Use dialog window definition instead.
ImageDlgHideAdvanced Use dialog window definition instead.
Keystrokes keystrokes
LinkDlgHideAdvanced Use dialog window definition instead.
ShowBorders startupShowBorders
ShowDropDialog Will be opened automatically when it is impossible to get the clipboard text programmatically.
SkinPath skin Defaults to basedirectory/skin/name.
SourcePopup Not ported.
SmileyColumns smiley_columns
SmileyWindowHeight Use dialog window definition instead.
SmileyWindowWidth Use dialog window definition instead.
ToolbarCanCollapse toolbarCanCollapse
ToolbarStartExpanded toolbarStartupExpanded
ToolbarLocation toolbarLocation
ToolbarSets toolbar
AllowQueryStringDebug Not ported.
BrowserContextMenuOnCtrl browserContextMenuOnCtrl
CustomConfigurationsPath customConfig
Debug Not ported.
FirefoxSpellChecker Not ported.
IeSpellDownloadUrl Not ported.
PluginsPath Not ported.
Plugins.Add extraPlugins
PreloadImages Not ported.
PreserveSessionOnFileBrowser Not ported.
ProtectedSource.Add protectedSource
ProtectedTags Use protectedSource.
SmileyPath smiley_path
SmileyImages smiley_images
[] []