thisViewsheet.setActionVisible(name,Boolean)
Sets the visibility of Viewsheet toolbar buttons. To hide a button, set the value to false.
Note: The setActionVisible property for individual components is documented with the other component properties.
Parameters
name name of toolbar button (String):
'Home'
'Previous'
'Next'
'Refresh'
'Add Bookmark'
'Browse Bookmarks'
'Email'
'Print'
'Export'
'Edit'
'Toolbar'
boolean false: hide the specified button
true: show the specified button
Example
thisViewsheet.setActionVisible("Export", false);
| << thisViewsheet.isActionVisible(name) | © 1996-2013 InetSoft Technology Corporation (v11.5) | thisViewsheet.updateTime >> |