Shows or hides buttons in the header.
Name | Type | Description |
id | string | The button ID. |
bShow | boolean | The flag specifies whether the button is shown (true) or hidden (false). |
window.Asc.plugin.executeMethod ("ShowButton", ["back", false]);