BBjAppConfig::getShowClientConfirmationDialog
Description
In BBj 12.0 and higher, this method returns a boolean indicating whether to display a confirmation dialog when the user attempts to leave the application's page. The default value is true
.
Syntax
Return Value |
Method |
---|---|
boolean |
getShowClientConfirmationDialog() |
Parameters
None.
Return Values
Returns a boolean indicating whether the BUI page should attempt to prevent the user from leaving the web application page while the application is still active.
Remarks
Some browsers, including Mobile Safari on iOS, never prompt the user when navigating away from a page.
Example
|
See Also
BBjAppConfig::setShowClientConfirmationDialog
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.