Code Index | File Index

Namespaces

Classes


Namespace CKEDITOR.loader

Load core scripts and their dependencies from _source.
Defined in: core/loader.js.

Namespace Summary
Constructor Attributes Constructor Name and Description
 
Load core scripts and their dependencies from _source.
Field Summary
Field Attributes Field Name and Description
<static>  
CKEDITOR.loader.loadedScripts
The list of loaded scripts in their loading order.
Method Summary
Method Attributes Method Name and Description
<static>  
CKEDITOR.loader.load(scriptName)
Loads a specific script, including its dependencies.
Namespace Detail
CKEDITOR.loader
Since: 3.0
Load core scripts and their dependencies from _source.
Field Detail
<static> {Array} CKEDITOR.loader.loadedScripts
Since: 3.0
The list of loaded scripts in their loading order.
// Alert the loaded script names.
alert( CKEDITOR.loader.loadedScripts );
Method Detail
<static> {Undefined} CKEDITOR.loader.load(scriptName)
Since: 3.0
Loads a specific script, including its dependencies. This is not a synchronous loading, which means that the code the be loaded will not necessarily be available after this call.
CKEDITOR.loader.load( 'core/dom/element' );
Parameters:
{Undefined} scriptName

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