Report an issue
Class

CKEDITOR.plugins.autoEmbed

class

Filtering

Methods

  • since 4.5.0

    getWidgetDefinition( editor, url ) → definition | null

    Gets the definition of the widget that should be used to automatically embed the specified link.

    This method uses the value of the CKEDITOR.config.autoEmbed_widget option.

    Parameters

    editor : editor
    url : String

    The URL to be embedded.

    Returns

    definition | null

    The definition of the widget to be used to embed the link.