Search results

ImageSettingsModel API in JavaScript (ES5) RichTextEditor API control

Interface for a class ImageSettings

Properties

allowedTypes

string[]

Specifies whether to allowType based file select.

display

string

Specifies whether insert image inline or break.

height

string

Specifies whether image height.

maxHeight

string | number

Defines the maximum Height of the image.

maxWidth

string | number

Defines the maximum Width of the image.

minHeight

string | number

Defines the minimum Height of the image.

minWidth

string | number

Defines the minimum Width of the image.

path

string

Specifies the path of the location to store the images and refer it to display the images.

removeUrl

string

Specifies the URL of remove action that receives the file information and handle the remove operation in server.

resize

boolean

To enable resizing for image element.

resizeByPercent

boolean

image resizing should be done by percentage calculation.

saveFormat

SaveFormat

Specifies whether the inserted image is saved as blob or base64.

saveUrl

string

Specifies the URL of save action that will receive the upload files and save in the server.

width

string

Specifies whether image width.