Skip to main content
Skip table of contents

ibihelpme_ShowConfirmMessageBox

Signaturibihelpme_ShowConfirmMessageBox(message: string, title: string): boolean
BeschreibungZeigt einen Bestätigungsdialog an
Verfügbar ab API-Version1.0.0

Parameter

NameTypBeschreibung
messagestring

Nachricht, welche im Bestätigungsdialog angezeigt wird

titlestringTitel, welcher im Bestätigungsdialog angezeigt wird

Rückgabewert

boolean

true, wenn "Ja" ausgewählt wurde, sonst false

Beispiel

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.