|
Signature |
|
|---|---|
|
Description |
Displays an acknowledgment dialog |
|
Available from API version |
1.0.0 |
Parameter
|
Name |
Type |
Description |
|---|---|---|
|
message |
|
Message to be displayed in the acknowledgment dialog |
|
title |
|
Title to be displayed in the acknowledgment dialog |
Return value
|
|
true if "yes" was selected, otherwise false |
|---|
Example
JavaScript
var confirmed = window.external.ibihelpme_ShowConfirmMessageBox('Wanna cancel?', 'Cancel?');
if(confirmed)
closeWindow();