Class actuate.viewer.UIOptions
Description
The UIOptions class specifies feature availability for the viewer object.
Constructor
Syntax
Generates a new UIOptions object to manage the features of the viewer.
Function summary
Table 4-48 lists actuate.viewer.UIOptions functions.
Table 4-48 actuate.viewer.UIOptions functionsactuate.viewer.UIOptions.enableAdvancedSort
Syntax
Enables or disables the advanced sort feature.
Parameters
Boolean. True enables this option.
Example
To disable the advanced sort feature, use code similar to the following:
actuate.viewer.UIOptions.enableAggregation
Syntax
Enables or disables the aggregation feature.
Parameters
Boolean. True enables this option.
Example
To disable the aggregation feature, use code similar to the following:
actuate.viewer.UIOptions.enableCalculatedColumn
Syntax
Enables or disables the calculated column feature.
Parameters
Boolean. True enables this option.
Example
To disable the calculated column feature, use code similar to the following:
actuate.viewer.UIOptions.enableChartProperty
Syntax
Enables or disables the chart properties feature.
Parameters
Boolean. True enables this option.
Example
To disable the chart properties feature, use code similar to the following:
actuate.viewer.UIOptions.enableChartSubType
Syntax
Enables or disables the chart subtype selection feature.
Parameters
Boolean. True enables this option.
Example
To disable the chart subtype selection feature, use code similar to the following:
actuate.viewer.UIOptions.enableCollapseExpand
Syntax
Enables or disables the collapse/expand feature.
Parameters
Boolean. True enables this option.
Example
To disable the collapse/expand feature, use code similar to the following:
actuate.viewer.UIOptions.enableColumnEdit
Syntax
Enables or disables the column editing feature.
Parameters
Boolean. True enables this option.
Example
To disable the column editing feature, use code similar to the following:
actuate.viewer.UIOptions.enableColumnResize
Syntax
Enables or disables the column resizing feature.
Parameters
Boolean. True enables this option.
Example
To disable the column resizing feature, use code similar to the following:
actuate.viewer.UIOptions.enableContentMargin
Syntax
Enables or disables the content margin feature.
Parameters
Boolean. True enables this option.
Example
To disable the content margin feature, use code similar to the following:
actuate.viewer.UIOptions.enableDataAnalyzer
Syntax
Enables or disables the data analyzer feature.
Parameters
Boolean. True enables this option.
Example
To disable the data analyzer feature, use code similar to the following:
actuate.viewer.UIOptions.enableDataExtraction
Syntax
Enables or disables the data extraction feature.
Parameters
Boolean. True enables this option.
Example
To disable the data extraction feature, use code similar to the following:
actuate.viewer.UIOptions.enableEditReport
Syntax
Enables or disables the report editing feature.
Parameters
Boolean. True enables this option.
Example
To disable the report editing feature, use code similar to the following:
actuate.viewer.UIOptions.enableExportReport
Syntax
Enables or disables the export report feature.
Parameters
Boolean. True enables this option.
Example
To disable the export report feature, use code similar to the following:
actuate.viewer.UIOptions.enableFilter
Syntax
Enables or disables the filter feature.
Parameters
Boolean. True enables this option.
Example
To disable the filter feature, use code similar to the following:
actuate.viewer.UIOptions.enableFlashGadgetType
Syntax
Enables or disables the Flash gadget type change control.
Parameters
Boolean. True enables this option.
Example
To disable the Flash gadget type change control, use code similar to the following:
actuate.viewer.UIOptions.enableFormat
Syntax
Enables or disables the format editing feature.
Parameters
Boolean. True enables this option.
Example
To disable the format editing feature, use code similar to the following:
actuate.viewer.UIOptions.enableGroupEdit
Syntax
Enables or disables the group editing feature.
Parameters
Boolean. True enables this option.
Example
To disable the group editing feature, use code similar to the following:
actuate.viewer.UIOptions.enableHideShowItems
Syntax
Enables or disables the hide/show item feature.
Parameters
Boolean. True enables this option.
Example
To disable the hide/show feature, use code similar to the following:
actuate.viewer.UIOptions.enableHighlight
Syntax
Enables or disables the highlight feature.
Parameters
Boolean. True enables this option.
Example
To disable the highlight feature, use code similar to the following:
actuate.viewer.UIOptions.enableHoverHighlight
Syntax
Enables or disables the hover highlight feature.
Parameters
Boolean. True enables this option.
Example
To disable the hover highlight feature, use code similar to the following:
actuate.viewer.UIOptions.enableLaunchViewer
Syntax
Enables or disables the launch viewer feature.
Parameters
Boolean. True enables this option.
Example
To disable the launch viewer feature, use code similar to the following:
actuate.viewer.UIOptions.enableLinkToThisPage
Syntax
Enables or disables the "link to this page" feature.
Parameters
Boolean. True enables this option.
Example
To disable the "link to this page" feature, use code similar to the following:
actuate.viewer.UIOptions.enableMainMenu
Syntax
Enables or disables the main menu feature.
Parameters
Boolean. True enables this option.
Example
To disable the main menu feature, use code similar to the following:
actuate.viewer.UIOptions.enableMoveColumn
Syntax
Enables or disables the option to move columns.
Parameters
Boolean. True enables this option.
Example
To disable the option to move columns, use code similar to the following:
actuate.viewer.UIOptions.enablePageBreak
Syntax
Enables or disables the page break editing feature.
Parameters
Boolean. True enables this option.
Example
To disable the page break editing feature, use code similar to the following:
actuate.viewer.UIOptions.enablePageNavigation
Syntax
Enables or disables the page navigation feature.
Parameters
Boolean. True enables this option.
Example
To disable the page navigation feature, use code similar to the following:
actuate.viewer.UIOptions.enableParameterPage
Syntax
Enables or disables the parameter page feature.
Parameters
Boolean. True enables this option.
Example
To disable the parameter page feature, use code similar to the following:
actuate.viewer.UIOptions.enablePrint
Syntax
Enables or disables the print feature.
Parameters
Boolean. True enables this option.
Example
To disable the print feature, use code similar to the following:
actuate.viewer.UIOptions.enableReorderColumns
Syntax
Enables or disables the column reordering feature.
Parameters
Boolean. True enables this option.
Example
To disable the column reordering feature, use code similar to the following:
actuate.viewer.UIOptions.enableRowResize
Syntax
Enables or disables row resizing.
Parameters
Boolean. True enables this option.
Example
To disable row resizing, use code similar to the following:
actuate.viewer.UIOptions.enableSaveDesign
Syntax
Enables or disables the report design save feature.
Parameters
Boolean. True enables this option.
Example
To disable the report design save feature, use code similar to the following:
actuate.viewer.UIOptions.enableSaveDocument
Syntax
Enables or disables the report document save feature.
Parameters
Boolean. True enables this option.
Example
To disable the report document save feature, use code similar to the following:
actuate.viewer.UIOptions.enableShowToolTip
Syntax
Enables or disables the showing of tooltips.
Parameters
Boolean. True enables this option.
Example
To disable the showing of tooltips, use code similar to the following:
actuate.viewer.UIOptions.enableSort
Syntax
Enables or disables the sort feature.
Parameters
Boolean. True enables this option.
Example
To disable the sort feature, use code similar to the following:
actuate.viewer.UIOptions.enableSuppressDuplicate
Syntax
Enables or disables the duplication suppression feature.
Parameters
Boolean. True enables this option.
Example
To disable the duplication suppression feature, use code similar to the following:
actuate.viewer.UIOptions.enableSwitchView
Syntax
Enables or disables the switch view feature.
Parameters
Boolean. True enables this option.
Example
To disable the switch view feature, use code similar to the following:
actuate.viewer.UIOptions.enableTextEdit
Syntax
Enables or disables the text editing feature.
Parameters
Boolean. True enables this option.
Example
To disable the text editing feature, use code similar to the following:
actuate.viewer.UIOptions.enableTOC
Syntax
Enables or disables the table of contents feature.
Parameters
Boolean. True enables this option.
Example
To disable the table of contents feature, use code similar to the following:
actuate.viewer.UIOptions.enableToolBar
Syntax
Enables or disables the tool bar feature.
Parameters
Boolean. True enables this option.
Example
This code initializes a new viewer display, using enableToolBar(false) to disable the tool bar.
actuate.viewer.UIOptions.enableToolbarHelp
Syntax
Enables or disables the tool bar help feature.
Parameters
Boolean. True enables this option.
Example
To disable the tool bar help feature, use code similar to the following:
actuate.viewer.UIOptions.enableToolbarContextMenu
Syntax
Enables or disables the context menu feature.
Parameters
Boolean. True enables this option.
Example
This code initializes a new viewer display, using enableToolbarHelp(true) to enable the tool bar help feature.
actuate.viewer.UIOptions.enableTopBottomNFilter
Syntax
Enables or disables the top N and bottom N filter feature.
Parameters
Boolean. True enables this option.
Example
To disable the top N and bottom N filter feature, use code similar to the following:
actuate.viewer.UIOptions.enableUndoRedo
Syntax
Enables or disables the undo and redo feature.
Parameters
Boolean. True enables this option.
Example
To disable the undo and redo feature, use code similar to the following:
actuate.viewer.UIOptions.getFeatureMap
Syntax
Returns the features and their boolean values as an associative array. This function makes the name of each feature an object property and sets the value of that property to the associated enabled boolean value.
Returns
| (c) Copyright Actuate Corporation 2011 |
|