Lines Matching refs:confirmation
7 - [Adding a Confirmation Dialog Box Before Page Return](#adding-a-confirmation-dialog-box-before-pa…
311 …g box can be in the [default style](#default-confirmation-dialog-box) or [custom style](#custom-co…
313 **Figure 3** Adding a confirmation dialog box before page return
329 To enable the confirmation dialog box for page return, call the [router.showAlertBeforeBackPage](..…
337 …// Invoke the router.showAlertBeforeBackPage() API to set the information about the confirmation d…
340 …completed yet. Are you sure you want to return?' // Set the content of the confirmation dialog box.
356 If the API is called successfully, the confirmation dialog box is displayed on the target page. Oth…
358 When the user clicks the back button, a confirmation dialog box is displayed, prompting the user to…
362 …confirmation dialog box, use APIs in the [promptAction.showDialog](../reference/apis-arkui/js-apis…
378 // Display a custom confirmation dialog box.
409 When the user clicks the back button, the custom confirmation dialog box is displayed, prompting th…