
BBjWebManager::setTitle
Description
In BBj 17.00 and higher, this method updates the browser title for the current page.
Note:
In BBj 22.03 and higher, BBjWebManager is an alias for BBjBuiManager.
Syntax
Return Value | Method |
---|---|
void | setTitle(String title) |
void | setTitle(String title, String format) |
void | setTitle(String title, String format, Map placeholders) |
Parameters
Parameter | Description |
---|---|
title | Browser title. |
format | In BBj 24.01 and higher, this specifies a format string to dynamically combine the {BrowserTitle}, the current active {WindowTitle}, and optional developer-defined placeholder text. |
placeholders | In BBj 24.01 and higher, this structure defines any additional variables to be included in the formatted title. |
Return Value
None.
Remarks
The browser title is also updated whenever a new top level window is added, and by BBjTopLevelWindow::setTitle.
Example
|
Version History
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.