Installs a plugin by the URL to the plugin config.
Name | Type | Default | Description |
config | object | null | The plugin config for installing. |
window.Asc.plugin.executeMethod ("InstallPlugin", {config}, function (result) { postMessage (JSON.stringify (result)); });