Do you want to: Ask a how-to question
Now I have a ‘hello-world’ plugin, and when I click the close button, it will be removed from the leftMenu bar. What I want is that when the close btn is clicked, the plugin is still live, just hide panel, like the below picture.
How to modify the current button function ?
window.Asc.plugin.button = function (id) {
this.executeCommand('close', '');
};