BBjScriptLoadedEvent::getUrl
Description
In BBj 19.20 and higher, this method returns the JavaScript URL of JavaScript successfully loaded using the BBjHtmlView::injectUrl method.
In BBj 22.03 and higher, this event is also fired by the BBjBuiManager::injectScriptUrl method.
Syntax
Return Value |
Method |
string |
getUrl() |
Parameters
None.
Return Value
Returns the URL of JavaScript content that failed to load with BBjHtmlView::injectUrl or BBjBuiManager::injectScriptUrl.
Remarks
None.
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.