isActionVisible(name)
Returns the value of the specified property for an embedded Viewsheet.
Parameters
name name of property (String):
'Open': user access to embedded Viewsheet
Example
if (!Viewsheet1.isActionVisible("Open")) {
alert('Embedded Viewsheet cannot be opened.');
}
| << VS.21.1 Viewsheet | © 1996-2013 InetSoft Technology Corporation (v11.5) | setActionVisible(name,Boolean) >> |