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.plugins.easyimage

class singleton since 4.9.0

Namespace providing a set of helper functions for the Easy Image plugin.

Filtering

Methods

  • since 4.9.0 private

    _parseSrcSet( srcs ) → String

    Converts the response from the server into a proper [srcset] attribute.

    Parameters

    srcs : Object

    Sources list to be parsed.

    Returns

    String

    The img[srcset] attribute.