BBjAppConfig::clearManageBrowserHistory
Description
In BBj 16.0 and higher, this method clears any application-specific setting for managing browser history and uses the server's default setting.
Syntax
Return Value |
Method |
---|---|
void |
clearManageBrowserHistory() |
Parameters
None.
Return Values
None.
Remarks
BUI apps tend to be stateful; data can be lost if the user accidentally presses the browser 'back' button. When this mode is set, BUI manages browser history and the 'back' button.
Example
|
See Also
BBjAppConfig::getManageBrowserHistory()
BBjAppConfig::setManageBrowserHistory()
BBjAppServer::getManageBrowserHistory()
BBjAppServer::setManageBrowserHistory()
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.