API Docs for:
Show:

DialogDescriptor Class

Describes a dialog-popup supported by some UI controls like GSPopupField, GSTable, etc.

Properties

inheritParentObject

Boolean

Indicates if the popup-dialog's data-object has a parentObject containing the data from the calling view. Useful if the popup-dialog needs to access data from the calling view. Only supported by GSTable

Default: false

parameterFormula

String

A formula to calculate the dialog parameters for internal popup-dialog.

parameters

String

The parameters are used to pass options to internal popup-dialogs like the folder for a graphic selection popup-dialog. The following parameters are supported:

  • dialog.selectGraphicResource - { folder, multiSelection, emptySelection }
  • dialog.selectVideoResource - { folder, multiSelection, emptySelection }
  • dialog.selectAudioResource - { folder }
  • dialog.selectVariable - { dataSource }
  • dialog.selectParameters - No Parameters

uid

String

The UID of the custom view used for the popup-dialog. There are 5 reserved UIDs used to show internal popup-dialogs like graphic or audio selection:

  • "dialog.selectGraphicResource" - Shows a popup-dialog to select a graphic resource.
  • "dialog.selectVideoResource" - Shows a popup-dialog to select a video resource.
  • "dialog.selectAudioResource" - Shows a popup-dialog to select an audio resource.
  • "dialog.selectVariable" - Shows a popup-dialog to select a variable.
  • "dialog.selectParameters" - Shows a popup-dialog to select parameters like for a common event.

uidFormula

String

A formula to calculate the UID of the custom view to use for the popup-dialog. Only supported by GSTable