Execute Script Event
Description
In BBj 19.10 and higher, a BBjHtmlView page is reporting completion of a call to BBjHtmlView::executeAsyncScript or (in BBj 22.14 and higher) a call to BBjBuiManager::executeAsyncScript or (in BBj 24.00 and higher) a call to BBjWebComponent::executeAsyncScript.
Event Template
context:u(2),code:c(1),id:u(2),flags:u(1),x:u(2),y:u(2)
| Field | Description |
|---|---|
| context | Context of the window containing the BBjHtmlView control, or 0 if this event did not originate from a BBjHtmlView control. |
| code | x |
| id | Control ID of the BBjHtmlView control, or 0 if this event did not originate from a BBjHtmlView control. |
| flags | 0 |
| x | BBjAPI::ON_EXECUTE_SCRIPT |
| y | 0 |