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.pastetext

class

Filtering

Methods

  • private

    exec( editor, [ data ] )

    The Paste as plain text command. It will determine its pasted text automatically if possible.

    At the time of writing it was working correctly only in Internet Explorer browsers, due to their paste support in document.execCommand.

    Parameters

    editor : editor

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

    [ data ] : Object

    The options object.