Code Index | File Index

Namespaces

Classes


Namespace CKEDITOR.imageCacher

Load images into the browser cache.
Defined in: core/imagecacher.js.

Namespace Summary
Constructor Attributes Constructor Name and Description
 
Load images into the browser cache.
Method Summary
Method Attributes Method Name and Description
<static>  
CKEDITOR.imageCacher.load(images, callback)
Loads one or more images.
Namespace Detail
CKEDITOR.imageCacher
Since: 3.0
Load images into the browser cache.
Method Detail
<static> {Undefined} CKEDITOR.imageCacher.load(images, callback)
Since: 3.0
Loads one or more images.
NO EXAMPLE AVAILABLE
Parameters:
{Array} images
The URLs for the images to be loaded.
{Function} callback
The function to be called once all images are loaded.

Copyright © 2003-2009, CKSource - Frederico Knabben. All rights reserved.