CKEDITOR.plugins.autoEmbed
class
Filtering
Methods
since 4.5.0
getWidgetDefinition( editor, url ) → definition | nullCKEDITOR.plugins.autoEmbed#getWidgetDefinitionGets 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 : editorurl : StringThe URL to be embedded.
Returns
definition | nullThe definition of the widget to be used to embed the link.