OnClientBrowserNavigate: Difference between revisions
Jump to navigation
Jump to search
(→Source) |
No edit summary |
||
Line 10: | Line 10: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
*'''targetURL:''' | *'''targetURL:''' | ||
*''' | *'''isblocked:''' | ||
Line 17: | Line 17: | ||
==Example== | ==Example== | ||
<syntaxhighlight lang="lua"> | <syntaxhighlight lang="lua">todo</syntaxhighlight> | ||
==See Also== | ==See Also== | ||
{{CEF_events}} | {{CEF_events}} |
Revision as of 15:43, 28 May 2015
The event is executed when the browser loads a new page.
Parameters
string targetURL, bool isMainFrame
- targetURL:
- isblocked:
Source
The browser element
Example
todo
See Also
- onClientBrowserCreated
- onClientBrowserCursorChange
- onClientBrowserDocumentReady
- onClientBrowserInputFocusChanged
- onClientBrowserLoadingFailed
- onClientBrowserLoadingStart
- onClientBrowserNavigate
- onClientBrowserPopup
- onClientBrowserResourceBlocked
- onClientBrowserTooltip
- onClientBrowserWhitelistChange