BBjScriptLoadedEvent

Description

In BBj 19.20 and higher, this event is returned by BBjAPI (). getLastEvent () when the program is executing callback code that the program has registered for the ON_SCRIPT_LOADED event.

In BBj 22.03 and higher, this event is also fired by the BBjWebManager::injectScriptUrl method. When this event is fired from BBjWebManager, the getControl() method returns null().

Note:

In BBj 22.03 and higher, BBjWebManager is an alias for BBjBuiManager.

Methods of BBjScriptLoadedEvent

Return Value Method
string getUrl()

Methods of BBjScriptLoadedEvent inherited from BBjSysGuiEvent

Return Value Method
BBjControl getControl()

Methods of BBjScriptLoadedEvent inherited from BBjEvent

Return Value Method
string getEventName()
string getEventString()

See Also

CALLBACK Verb - Register BBj Subroutine

BBjControl::setCallback

BBjHtmlView::injectUrl

BBjWebManager::injectScriptUrl

ScriptLoadedEvent