| Action | Description |
|---|---|
| UI.alert | Displays an alert dialog. |
| UI.closeDialog | Closes the current HTML dialog, optionally returning a result to an action like UI.showDialog. |
| UI.enumerateWebViews | Returns information about all of the web views currently showing. |
| UI.getDisplayOptions | Returns the display options associated with the current web view. |
| UI.getInputData | Returns the input data associated with the current web view. |
| UI.getMaxDisplayDimensions | Returns the maximum dimensions, in display units, of HTML dialogs that CSPro can show. |
| UI.postWebMessage | Posts a message to a web view. |
| UI.setDisplayOptions | Sets the display options for the current web view. |
| UI.showDialog | Shows a HTML dialog. |
| UI.view | Views a file or web page in a new web view. |