Report an issue
Class

CKEDITOR_Adapters.jQuery

classsingleton

The jQuery Adapter allows for easy use of basic CKEditor functions and access to the internal API. To find more information about the jQuery Adapter, go to the jQuery Adapter section of the Developer's Guide or see the "Create Editors with jQuery" sample.

Filtering

Properties

  • editor : editor

    Existing CKEditor instance. Allows to easily use the internal API.

    Note: This is not a jQuery object.

    var editor = $( 'textarea' ).ckeditor().editor;
    
  • promise : Function

    The jQuery Promise object that handles the asynchronous constructor. This promise will be resolved after all of the constructors.

Methods