TRY NEW VERSION

Try now New API BETA

Try out the new view and capabilities of the API documentation

START

ResizeWindow

ResizeWindow(frameId, size, minSize, maxSize)

Resizes the plugin modal window.

Parameters:

Name Type Description
frameId string

The frame ID.

size number

The frame size.

minSize number

The frame minimum size.

maxSize number

The frame maximum size.

Returns:

This method doesn't return any data.

Example

Copy code
window.Asc.plugin.executeMethod ("ResizeWindow", ["iframe_asc.{BE5CBF95-C0AD-4842-B157-AC40FEDD9841}", 392, 392, 392]);