navigate_complete 
Due to the Control Framework architecture, this event may not always be transmitted from the frontend back to the application server. Consequently, you should never make your program flow dependent on receiving the event.
The event navigate_complete is triggered when a page has finished loading.
Event |
Event ID html_viewer-> |
Meaning |
navigate_complete |
m_id_navigate_complete |
HTML page fully loaded |
The event returns the following parameters:
Parameter |
Meaning |
|---|---|
url |
URL of the page loaded in the browser. |
Read the general process for working with events in the Control Framework.