CKEditor 4 reached its End of Life (EOL) in June 2023. From then on, it will receive no more updates, new features, bug fixes, and security patches. Visit CKEditor 5 Docs for the actively supported CKEditor or check Extended Support Model.
Report an issue
Class

CKEDITOR.loader

class singleton

Load core scripts and their dependencies from _source.

Filtering

Properties

Methods

  • load( scriptName, [ defer ] )

    Loads a specific script, including its dependencies. The loading process is not synchronous, which means that the code to be loaded will not necessarily be available after this call.

    CKEDITOR.loader.load( 'dom/element' );
    

    Parameters

    scriptName : String
    [ defer ] : Boolean

    params

    Defaults to false

  • loadPending()