enum sap.m.DialogType

Control sample: sap.m.DialogType
Visiblity: public
Available since: N/A
Module: sap/m/library
Application Component: CA-UI5-CTR

Enum for the type of sap.m.Dialog control.


Properties Overview

Node Description
sap.m.DialogType.Message

Dialog with type Message looks the same as the Standard Dialog in Android. It puts the Left and the Right buttons at the bottom of the Dialog in iOS.

sap.m.DialogType.Standard

This is the default value for Dialog type.

The Standard Dialog in iOS has a header on the top. The Left and the Right buttons are put inside the header. In Android, the Left and the Right buttons are put at the bottom of the Dialog.