Open bbgarza90 opened 3 years ago
@askonev Could you take a look?
Hello @bbgarza90. At the moment, work is underway on new methods and their documentation.
You can see a brief description of the methods on the official ONLYOFFICE page on GitHub: https://github.com/ONLYOFFICE/sdkjs/blob/master/word/api_plugins.js
Hello @bbgarza90. At the moment, work is underway on new methods and their documentation.
You can see a brief description of the methods on the official ONLYOFFICE page on GitHub: https://github.com/ONLYOFFICE/sdkjs/blob/master/word/api_plugins.js
Hello,
Thank you for answering! I appreciate it.
Hello,
This is not to report a bug but I didn't know where to write a question.
I can see in your plugin examples that you use several options on executeMethod, for example. window.Asc.plugin.executeMethod("MoveCursorToStart",[true]);
My question is, where can I see all the available options in the first parameter ?
Because the official documentation only mention 6 and MoveCursorToStart is not one of them.