Zeigt einen simplen Dialog mit einem OK-Button.
Parameter:
| Name | Anzahl Vorkommnisse | Datentyp | Beschreibung |
|---|---|---|---|
| <Text> | 1 | String | Text, mehrere Zeilen. |
| <Title> | 0-1 | String | Title, single line. Default: "Info" |
Beispiel:
<Dialog>
<Show>
<Text>Hello.
With multi line.</Text>
<Title>Information</Title>
</Show>
</Dialog>
