Search results

AutoResizeSettings API in JavaScript (ES5) DocumentEditor API control

Represents the settings required for resizing the Document editor automatically when the visibility of parent element changed.

Properties

interval

number

Gets or sets the time interval in milliseconds to validate whether the parent element’s height and width is non-zero.

Defaults to 2000

iterationCount

number

Gets or sets the number of times the Document editor has to validate whether the parent element’s height and width is non-zero.

Defaults to 5