BBjAppConfig::clearShowClientConfirmationDialog
Description
In BBj 12.0 and higher, this method clears any application-specific setting and uses the server's default setting for whether to show a confirmation dialog when the user attempts to leave the application's page.
Syntax
| 
                                                             Return Value  | 
                                                        
                                                             Method  | 
                                                    
|---|---|
| 
                                                             void  | 
                                                        
                                                             clearShowClientConfirmationDialog()  | 
                                                    
Parameters
None.
Return Values
None.
Remarks
Some browsers, including Mobile Safari on iOS, never prompt the user when navigating away from a page.
Example
                                                     | 
                                                
See Also
BBjAppConfig::getShowClientConfirmationDialog
BBjAppConfig::setShowClientConfirmationDialog
BBjAppServer::getShowClientConfirmationDialog
BBjAppServer::setShowClientConfirmationDialog
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.