BBjHtmlView::setUrl
Description
In BBj 7.00 and higher, this method sets the URL associated with this BBjHtmlView.
Syntax
Return Value | Method |
---|---|
void |
setUrl(string url) |
void | setUrl(string url, String loader |
Parameters
Variable | Description |
---|---|
url |
The URL the BBjHtmlView control will load. |
loader |
In BBj 25.00 and higher, this optional app-loader.html can be used to embed local BUI or DWC apps in a Java Swing GUI Chromium BBjHtmlView container and have the embedded apps inherit the BBj license from the container. The loader URL must be specified with the same protocol, host, and port as the app URL (e.g. "http://localhost:8888"). |
Return Value
None.
Remarks
Sets the URL of the BBjHtmlView control.
Version History
Example 1
|
Example 2
|
bbx/htdocs/app-loader.html
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.