sdkjs-plugins icon indicating copy to clipboard operation
sdkjs-plugins copied to clipboard

Execute method options

Open bbgarza90 opened this issue 4 years ago • 3 comments

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.

bbgarza90 avatar Jan 26 '21 19:01 bbgarza90

@askonev Could you take a look?

ShockwaveNN avatar Jan 27 '21 07:01 ShockwaveNN

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

askonev avatar Feb 01 '21 15:02 askonev

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.

bbgarza90 avatar Feb 01 '21 17:02 bbgarza90