CKEDITOR.plugins.pastetools.filters
class
Filtering
Properties
-
common : Object
CKEDITOR.plugins.pastetools.filters#common
since 4.13.0 private
A set of common paste filter helpers.
-
gdocs : Object
CKEDITOR.plugins.pastetools.filters#gdocs
since 4.13.0 private
Set of Paste from Google Docs plugin helpers.
-
libreoffice : Object
CKEDITOR.plugins.pastetools.filters#libreoffice
since 4.14.0 private
A set of Paste from LibreOffice plugin helpers.
-
word : Object
CKEDITOR.plugins.pastetools.filters#word
since 4.13.0 private
Set of Paste from Word plugin helpers.
Methods
-
image( html, editor, rtf )
CKEDITOR.plugins.pastetools.filters#image
since 4.14.0 private
Filter handling pasting images. In case of missing RTF content images are extracted from Object URLs. In other cases hey are extracted from RTF content.
Parameters
html : String
editor : editor
rtf : String