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.