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.editor.commands.paste

class

Filtering

Methods

  • private

    exec( editor, data )

    The default implementation of the paste command.

    Parameters

    editor : editor

    An instance of the editor where the command is being executed.

    data : Object | String

    If data is a string, then it is considered content that is being pasted. Otherwise it is treated as an object with options.