CKEDITOR.plugins.embedBase.request
class
abstract
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 : Function
CKEDITOR.plugins.embedBase.request#callback
Success callback to be executed once a response to a request is received.
Parameters
response : Object
The response object.
-
errorCallback : Function
CKEDITOR.plugins.embedBase.request#errorCallback
Callback executed in case of an error.
Parameters
messageTypeOrMessage : String
See CKEDITOR.plugins.embedBase.baseDefinition.getErrorMessage.
-
response : Object
CKEDITOR.plugins.embedBase.request#response
Response object. It is set once a response is received.
-
task : task
CKEDITOR.plugins.embedBase.request#task
Task that should be resolved once the request is done.
-
url : String
CKEDITOR.plugins.embedBase.request#url
The resource URL to be embedded (not the provider URL).
Methods
-
cancel()
CKEDITOR.plugins.embedBase.request#cancel
Cancels the request.