Namespace: DialogManager

STX. DialogManager

This namespace is maintained for legacy implementations only (not using web components). New implementations should use functionality included in the web components (stxUI.js)
A widget for managing modal dialogs. It maintains an internal stack so that multiple dialogs may be open simultaneously. Optionally set useOverlay to true in order to create an overlay for dimming the screen

Members


<static> useOverlay :Boolean

Whether to use overlay for closing dialogs

Type:
  • Boolean

Methods


<static> dismissDialog()

Dismisses any active dialogs


<static> displayDialog(id)

Displays the dialog. Optionally displays the overlay if STX.DialogManager.useOverlay is set

Parameters:
Name Type Description
id string

ID of the dialog


<static> modalBegin()

Makes charts unresponsive during modal


<static> modalEnd()

Releases modal