Namespace CKEDITOR.imageCacher
Load images into the browser cache.
Defined in: core/imagecacher.js.
Constructor Attributes | Constructor Name and Description |
---|---|
Load images into the browser cache.
|
Method Attributes | Method Name and Description |
---|---|
<static> |
CKEDITOR.imageCacher.load(images, callback)
Loads one or more images.
|
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.