Dialog
Use Dialog to create a secondary window that contains other controls. The Dialog control can be configured to be modal or nonmodal in the display of the contained controls.
| Binding | Description |
|---|---|
| show (Boolean) | A Boolean flag that determines when the dialog box is shown or hidden |
| Instance configuration label | Description | Definition configuration option | Default value |
|---|---|---|---|
| Dialog box height | The height of the dialog box in pixels. When no value is specified, the height is determined by the contents of the dialog box. | height (Integer) | (empty) |
| Dialog box width | The width of the dialog box in pixels. When no value is specified, the width is determined by the contents of the dialog box. | width (Integer) | (empty) |
| Title | The font style of the dialog box title is bold. | title (String) | (empty) |
| Subtitle | The font style of the dialog box subtitle title is regular. | subtitle (String) | (empty) |
This coach view does not use the visibility property.