MoveCursorToContentControl

MoveCursorToContentControl(id, [isBegin])

Moves a cursor to the specified content control.

Parameters:

Name Type Default Description
id string

A unique internal identifier of the content control.

isBegin boolean false

Defines if the cursor position changes in the content control. By default, a cursor will be placed to the content control begin (false).

Returns:

This method doesn't return any data.

Example

Copy code
window.Asc.plugin.executeMethod ("MoveCursorToContentControl", ["2_839", false]);