There was an error while loading. Please reload this page.
Shows a simple popup window with a multi-line text.
This example demonstrates how to display simple popup with multi-line text.
var text = "Thank you for using this method\nPress OK to continue."; MobileCRM.UI.MessageBox.sayText(text, function () { // ... continue execution });
Links: