Skip to main content
Skip table of contents

ibihelpme_ShowConfirmMessageBox

Signatureibihelpme_ShowConfirmMessageBox(message: string, title: string): boolean
DescriptionDisplays an acknowledgment dialog
Available from API version1.0.0

Parameter

NameTypeDescription
messagestring

Message to be displayed in the acknowledgment dialog

titlestring

Title to be displayed in the acknowledgment dialog

Return value

boolean

true if "yes" was selected, otherwise false

Example

JS
var confirmed = window.external.ibihelpme_ShowConfirmMessageBox('Wanna cancel?', 'Cancel?');
 
if(confirmed)
	closeWindow();
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.