Click or drag to resize

Customization Class

Customize the appearance of the Web Player.
All have default value true, except panels that have null.
Inheritance Hierarchy
SystemObject
  spotfire.webPlayerCustomization

Namespace:  spotfire.webPlayer
Assembly:  ~/GetJavaScriptApi.ashx?Version=14.3
Syntax
JavaScript
spotfire.webPlayer.Customization = function();

Type.createClass(
	'spotfire.webPlayer.Customization');

The Customization type exposes the following members.

Constructors
  NameDescription
Public methodCustomization
Initializes a new instance of class Customization.
Top
Properties
  NameDescription
Public propertyshowAbout
Shows/hides the about menu item.
Public propertyshowAnalysisInformationTool
Shows/hides the analysis information tool menu item.
Public propertyshowAuthor
Shows/hides the button for enabling authoring.
Public propertyshowClose
Shows/hides the analysis close menu item.
Public propertyshowCustomizableHeader
Shows/hides the customizable header (including the logo).
Public propertyshowDodPanel
Shows/hides the details on demand panel in the visualization. If null (default value), panel is shown as saved in the analysis.
Public propertyshowExportFile
Shows/hides the export file menu item.
Public propertyshowExportVisualization Obsolete.
Obsolete since 10.4. Shows/hides the export visualization menu item.
Public propertyshowFilterPanel
Shows/hides the filter panel. If null (default value), panel is shown as saved in the analysis.
Public propertyshowHelp
Shows/hides the help menu item.
Public propertyshowLogin
Shows/hides the login button.
Public propertyshowLogout
Shows/hides the logout menu item.
Public propertyshowMenu
Shows/hides the toolbar menus.
Public propertyshowPageNavigation
Shows/hides the page navigation controls in the analysis.
Public propertyshowReloadAnalysis Obsolete.
Obsolete since 10.4. Shows/hides the Reload analysis button in the toolbar (for Scheduled Updates).
Public propertyshowStatusBar
Shows/hides status bar in the Web Player.
Public propertyshowToolBar
Shows/hides the analysis toolbar and menu.
Public propertyshowUndoRedo
Shows/hides the undo/redo menu item.
Top
Version Information

Supported in: 14.3, 14.2, 14.1, 14.0, 12.5, 12.4, 12.3, 12.2, 12.1, 12.0, 11.8
See Also