problem:I downloaded Hello World in the plugin example,And add it to my designer,But when I open the designer, the Hello World plugin runs automatically,I try to add other plugins, which will run automatically,
Document Server version:7.0.1
problem:I downloaded Hello World in the plugin example,And add it to my designer,But when I open the designer, the Hello World plugin runs automatically,I try to add other plugins, which will run automatically,
Document Server version:7.0.1
Hello @shangshandalaohu
Please clarify what you mean by ‘designer’. Also let us know how exactly you have installed the plugin.
I have been checking this plugin on my test machine (Document server v.7.0.1, docker installation) sdkjs-plugins/helloworld at master · ONLYOFFICE/sdkjs-plugins · GitHub
But I can’t reproduce the situation. Also let us know your browser version and exact issue scenario (step-by-step, you can record a video file).
Hello
The system of my server is window server 2016
I from ONLYOFFICE Api Documentation - Example Download the official sample
Then I downloaded Hello world in sdkjs-plugins/helloworld at master · ONLYOFFICE/sdkjs-plugins · GitHub
I put the Hello World folder in the directory of ONLYOFFICE\DocumentServer\sdkjs-plugins\helloworld
Open the sample code with VS and modify it
Through debugging, it is found that the HelloWorld script is loaded when the page is running
Do I understand you right that you modified plugin code? What exactly did you modify?
I believe this is the reason of the issue. In my test I didn’t change anything and ran it as it is.
I didn’t make any changes to the plugin code. I just added the plugin to the onlyoffice document
I tried to add other plugins. I also have this problem, or you can provide one Net (c#) example
I found it was plugins The problem caused by plugins.autostart attribute. After adding this attribute, the plugin will run by default. This function is not reflected in the document