Search results

VideoSettingsModel API in JavaScript (ES5) RichTextEditor API control

Interface for a class VideoSettings

Properties

allowedTypes

string[]

Specifies whether to allowType based file select.

height

string

Specifies whether video height.

layoutOption

DisplayLayoutOptions

Specifies whether insert video inline or break.

maxHeight

string | number

Defines the maximum Height of the video.

maxWidth

string | number

Defines the maximum Width of the video.

minHeight

string | number

Defines the minimum Height of the video.

minWidth

string | number

Defines the minimum Width of the video.

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 video element.

resizeByPercent

boolean

Video resizing should be done by percentage calculation.

saveFormat

SaveFormat

Specifies whether the inserted video 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 video width.