
Question box is a shared object that you may use to ask the user a yes/no question. When the user hits yes button or no button, the question box will hide and a corresponding callback will be called.
Question Box Methods and Properties| Method/Property | Description |
|---|---|
| showModal | Shows the question box object. Form: showModal(title, message, yesCallback, noCallback, imageObject) Where:
|