window.Asc.plugin.executeMethod ("MoveCursorToEnd", [args], callback)
Defines the method that allows moving a cursor to the end position.
This method should be used in the following way:
window.Asc.plugin.executeMethod ("MoveCursorToEnd", [isMoveToMainContent]);
Parameter |
Description |
Type |
Example |
isMoveToMainContent |
Defines if a cursor moves to the document end (true) or to the current element end (false). |
boolean |
true |
The method returns the undefined value.
window.Asc.plugin.executeMethod ("MoveCursorToEnd", [true]);