Get Started
Plugins
Macros
More information

ShowButton

ShowButton([id], [bShow])

Shows or hides buttons in the header.

Parameters:

Name Type Default Description
id string null

The button ID.

bShow boolean null

The flag specifies whether the button is shown (true) or hidden (false).

Returns:

This method doesn't return any data.

Example

Copy code
window.Asc.plugin.executeMethod ("ShowButton", ["back", false]);