setActionVisible(name,Boolean)

Sets the value of the specified property for an embedded Dashboard. See Modularize a Dashboard for more information about embedding.

The ‘Open’ property determines whether the embedded Dashboard provides an ‘Open’ button to the end-user. (By default, this ‘Open’ button is visible whenever the embedded Dashboard contains hidden components.)

setActionVisibleOpen

Parameters

name

name of property (String): 'Open'

Boolean

false: hide the ‘Open’ button; true: show the ‘Open’ button

Example

Dashboard1.setActionVisible("Open",false);