ShowButton

ShowButton(id, bShow)

Shows or hides buttons in the header.

Parameters:

Name Type Description
id string

The button ID.

bShow boolean

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]);