Namespace CKEDITOR.loader
Load core scripts and their dependencies from _source.
Defined in: core/loader.js.
Constructor Attributes | Constructor Name and Description |
---|---|
Load core scripts and their dependencies from _source.
|
Field Attributes | Field Name and Description |
---|---|
<static> |
CKEDITOR.loader.loadedScripts
The list of loaded scripts in their loading order.
|
Method Attributes | Method Name and Description |
---|---|
<static> |
CKEDITOR.loader.load(scriptName)
Loads a specific script, including its dependencies.
|
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