
Message box is a shared object that you may use to show a text message to the user. When the user clicks OK button, the message box will hide automatically.
Message Box Methods| Method/Property | Description |
|---|---|
| showModal | Shows the message box object. Form: showModal(title, message, callback) Where:
|