• <GetStart>
  • CSPro User's Guide
    • The CSPro System
    • Data Dictionary Module
    • The CSPro Language
    • Data Entry Module
    • Batch Editing Applications
    • Tabulation Applications
    • Data Sources
    • CSPro Statements and Functions
    • Templated Reporting System
    • HTML and JavaScript Integration
    • Action Invoker
      • Overview
      • Execution Environments
      • Security and Formatting Options
      • Base Actions
      • Application Namespace
      • Clipboard Namespace
      • Data Namespace
      • Dictionary Namespace
      • File Namespace
      • Hash Namespace
      • Localhost Namespace
      • Logic Namespace
      • Message Namespace
      • Path Namespace
      • Settings Namespace
      • Sqlite Namespace
      • System Namespace
      • UI Namespace
        • UI Action Invoker Namespace
        • UI.alert Action
        • UI.closeDialog Action
        • UI.enumerateWebViews Action
        • UI.getDisplayOptions Action
        • UI.getInputData Action
        • UI.getMaxDisplayDimensions Action
        • UI.postWebMessage Action
        • UI.setDisplayOptions Action
        • UI.showDialog Action
        • UI.view Action
    • Appendix
  • <CSEntry>
  • <CSBatch>
  • <CSTab>
  • <DataViewer>
  • <TextView>
  • <TblView>
  • <CSFreq>
  • <CSDeploy>
  • <CSPack>
  • <CSDiff>
  • <CSConcat>
  • <Excel2CSPro>
  • <CSExport>
  • <CSIndex>
  • <CSReFmt>
  • <CSSort>
  • <ParadataConcat>
  • <ParadataViewer>
  • <CSCode>
  • <CSDocument>
  • <CSView>
  • <CSWeb>

UI Action Invoker Namespace

The UI namespace, part of the Action Invoker, provides actions to display HTML dialogs, interact with web views, and otherwise work with the system's user interface.
Functionality
ActionDescription
UI.alertDisplays an alert dialog.
UI.closeDialogCloses the current HTML dialog, optionally returning a result to an action like UI.showDialog.
UI.enumerateWebViewsReturns information about all of the web views currently showing.
UI.getDisplayOptionsReturns the display options associated with the current web view.
UI.getInputDataReturns the input data associated with the current web view.
UI.getMaxDisplayDimensionsReturns the maximum dimensions, in display units, of HTML dialogs that CSPro can show.
UI.postWebMessagePosts a message to a web view.
UI.setDisplayOptionsSets the display options for the current web view.
UI.showDialogShows a HTML dialog.
UI.viewViews a file or web page in a new web view.
See also: Action Invoker Overview