CKEDITOR.plugins.embedBase.request
classabstract
Class representing the request object. It is created by the CKEDITOR.plugins.embedBase.baseDefinition.loadContent method and is passed to other methods and events of this class.
Filtering
Properties
callback : FunctionCKEDITOR.plugins.embedBase.request#callbackSuccess callback to be executed once a response to a request is received.
Parameters
response : ObjectThe response object.
errorCallback : FunctionCKEDITOR.plugins.embedBase.request#errorCallbackCallback executed in case of an error.
Parameters
messageTypeOrMessage : StringSee CKEDITOR.plugins.embedBase.baseDefinition.getErrorMessage.
response : ObjectCKEDITOR.plugins.embedBase.request#responseResponse object. It is set once a response is received.
task : taskCKEDITOR.plugins.embedBase.request#taskTask that should be resolved once the request is done.
url : StringCKEDITOR.plugins.embedBase.request#urlThe resource URL to be embedded (not the provider URL).
Methods
cancel()CKEDITOR.plugins.embedBase.request#cancelCancels the request.