-
Notifications
You must be signed in to change notification settings - Fork 24
MobileCRM.UI.MessageBox
maros316 edited this page Feb 17, 2020
·
3 revisions
This object allows the user to show a popup window and choose one of the actions.
| Property | Type | Description |
|---|---|---|
| items | Array | An array of button names. |
| title | string | The message box title. |
| defaultText | string | The cancel button title text. |
| multiLine | Boolean | Indicates whether the message is multi line. |
| Method | Description |
|---|---|
| constructor | Constructs an instance of MobileCRM.UI.MessageBox object. |
| show | Shows a popup window which allows the user to choose one of the actions. |
| showAsync | Shows a popup window allowing user to choose one of actions. |
| Function | Description |
|---|---|
| sayText | Shows a simple popup window with a multi-line text. |
| sayTextAsync | Shows a simple popup window with a multi-line text. |