EditorImageBrowserTransportSettings
Kendo UI EditorImageBrowserTransportSettings class
Properties
Read - EditorImageBrowserTransportReadSettings
The content-type HTTP header sent to the server. Use "application/json" if the content is JSON. Refer to the jQuery.ajax documentation for further info.
ThumbnailUrl - String
ThumbnailUrlHandler - ClientHandlerDescriptor
A Razor template delegate.
UploadUrl - String
ImageUrl - String
ImageUrlHandler - ClientHandlerDescriptor
A Razor template delegate.
Destroy - EditorImageBrowserTransportDestroySettings
The content-type HTTP header sent to the server. Default is "application/x-www-form-urlencoded". Use "application/json" if the content is JSON. Refer to the jQuery.ajax documentation for further info.
Create - EditorImageBrowserTransportCreateSettings
The content-type HTTP header sent to the server. Default is "application/x-www-form-urlencoded". Use "application/json" if the content is JSON. Refer to the jQuery.ajax documentation for further info.
Editor - Editor
Fine-tune deserialization in the Editor widget. Deserialization is the process of parsing the HTML string input from the value() method or from the viewHtml dialog into editable content.
Methods
Serialize()
Serialize current instance to Dictionary