ONLYOFFICE / sdkjs-plugins

The add-ons for ONLYOFFICE Document Server and ONLYOFFICE Desktop Editors.
https://www.onlyoffice.com
Apache License 2.0
136 stars 134 forks source link

Execute method options #141

Open bbgarza90 opened 3 years ago

bbgarza90 commented 3 years ago

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.

ShockwaveNN commented 3 years ago

@askonev Could you take a look?

askonev commented 3 years ago

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

bbgarza90 commented 3 years ago

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.