FCKEditor Notes

More information on FCK Editor is at http://www.fckeditor.net.

Spelling checker

FCKEditor has an optional spell checker that can be downloaded separately.  FCKEditor allows full-screen mode which is convenient when working with large text involving a lot of editing.

FCKEditor menus

The FCKEditor menus are different for Record Panel fields and Table Panel fields.  This is done to fit FCKEditor’s menus in usually smaller table fields.  You can change menu sets by modifying the fckconfig.js and fckconfig_rtl.js (for right-to-left languages) configuration files located in:

…\<AppName>\FCKEditor

Note: be careful not to include any unsupported symbols and preserve the syntax.

Language support

When your application is configured to use multiple languages, FCKEditor switches to the chosen language on fly. However, the full set of languages available in Iron Speed Designer is different than the set of FCKEditor language files. Thus, if FCKEditor doesn’t support a selected language, FCKEditor will fall back to the English language. For example if French is chosen, FCKEditor will use French, but if French-Canadian is chosen, FCKEditor falls back to English.  If a particular language not available in the standard FCKEditor language set, you can create your own language file, located in:

…\FCKEditor\editor\lang

See wiki.fckeditor.net for details.

Image upload

FCKEditor has a menu control to upload an image and this control has file browse capabilities.  This feature is disabled by default for security reasons, and if enabled, application users will have the ability to browse the server’s hard drive which could be undesirable.  You can enable file browsing by editing this configuration file:

…\FCKeditor\editor\filemanager\connectors\asp\config.asp

Set the ‘ConfigIsEnabled’ property to True.

Content display limitations

There are no restrictions on content formatting and generally you can import or simply copy and paste into the editor window any content from other documents and web sites.  However, not everything can be properly shown in your application’s web pages if the field is set to show content as a rich text.  Although Iron Speed Designer attempts to preserve your page design, Java scripts, Ajax controls, and other scripting objects can sometimes prevent pop-up controls from operating properly and these controls might not display as expected.

See Also

Configuring Iron Speed Designer Options