Report an issue
Class

CKEDITOR.fileTools.uploadWidgetDefinition

classabstract

This is an abstract class that describes a definition of an upload widget. It is a type of CKEDITOR.fileTools.addUploadWidget method's second argument.

Note that because the upload widget is a type of a widget, this definition extends CKEDITOR.plugins.widget.definition. It adds several new properties and callbacks and implements the CKEDITOR.plugins.widget.definition.downcast and CKEDITOR.plugins.widget.definition.init callbacks. These two properties should not be overwritten.

Also, the upload widget definition defines a few properties (fileToElement, supportedTypes, loadMethod, uploadUrl and additionalRequestParameters) used in the CKEDITOR.editor.paste listener which is registered by CKEDITOR.fileTools.addUploadWidget if the upload widget definition contains the fileToElement callback.

Filtering

Properties