PreloadImages

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.

PreloadImages

This is an IE only setting.

It makes it possible to define a list of images to be downloaded and cached before enabling FCKeditor to load.

This is useful for skins that use CSS images. IE has a well known bug that prevents background images from being taken from the cache when several requests for that same image are made together. It repeats the requests to the server instead. By caching then with this setting, the image is downloaded only once, and then all successive requests are taken from the cache. Syntax:

FCKConfig.PreloadImages = [ FCKConfig.SkinPath + 'images/toolbar.start.gif', FCKConfig.SkinPath + 'images/toolbar.buttonarrow.gif' ] ;
This page was last edited on 23 January 2008, at 10:07.