BBjAppServer::getShowClientConfirmationDialog

Description

In BBj 12.0 and higher, this methods 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 Value

Returns a boolean indicating whether the BUI page should attempt to prevent the user from leaving the web application page.

Remarks

Some browsers, including Mobile Safari on iOS, never prompt the user when navigating away from a page.

Example

rem ' BBjAppServer::getShowClientConfirmationDialog

admin! = bbjapi().getAdmin("admin","admin123")
appServer! = admin!.getWebAppServer()
print "getShowClientConfirmationDialog: ",
print appServer!.getShowClientConfirmationDialog()

See Also

BBjAPI

BBjAppServer

BBjAppServer::setShowClientConfirmationDialog

See the BBj Object Diagram for an illustration of the relationship between BBj Objects.