TRY NEW VERSION

Try now New API BETA

Try out the new view and capabilities of the API documentation

START

MouseMoveWindow

MouseMoveWindow(frameId, x, y)

Sends an event to the plugin when the mouse button is moved inside the plugin iframe.

Parameters:

Name Type Description
frameId string

The frame ID.

x number

The X coordinate.

y number

The Y coordinate.

Returns:

This method doesn't return any data.

Example

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