SendToWindow

SendToWindow(windowID, name, data)

Sends a message to the plugin modal window.

Parameters:

Name Type Description
windowID string

The frame ID.

name string

The event name.

data object

The event data.

Returns:

This method doesn't return any data.

Example

Copy code
window.Asc.plugin.executeMethod ("SendToWindow", ["iframe_asc.{BE5CBF95-C0AD-4842-B157-AC40FEDD9841}", "onWindowMessage", {config: oConfig}]);