OnClientBrowserNavigate: Difference between revisions
Jump to navigation
Jump to search
(Created page with "__NOTOC__ {{Client event}} {{New feature/item|3.0150|1.5|| The event is executed when the browser loads a new page. }} ==Parameters== <syntaxhighlight lang="lua"> string targetURL, bool i...") |
|||
Line 19: | Line 19: | ||
TODO | TODO | ||
</syntaxhighlight> | </syntaxhighlight> | ||
==See Also== | |||
{{CEF_events}} |
Revision as of 12:03, 28 April 2015
The event is executed when the browser loads a new page.
Parameters
string targetURL, bool isMainFrame
- targetURL:
- isMainFrame:
Source
todo
Example
TODO
See Also
- onClientBrowserCreated
- onClientBrowserCursorChange
- onClientBrowserDocumentReady
- onClientBrowserInputFocusChanged
- onClientBrowserLoadingFailed
- onClientBrowserLoadingStart
- onClientBrowserNavigate
- onClientBrowserPopup
- onClientBrowserResourceBlocked
- onClientBrowserTooltip
- onClientBrowserWhitelistChange