OnClientBrowserDocumentReady: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
ThePiotrek (talk | contribs) mNo edit summary |
||
Line 22: | Line 22: | ||
) | ) | ||
</syntaxhighlight> | </syntaxhighlight> | ||
[[pl:onClientBrowserDocumentReady]] | |||
==See Also== | ==See Also== | ||
{{CEF_events}} | {{CEF_events}} |
Revision as of 18:25, 21 July 2016
This event is executed after the web page has been loaded successfully.
Parameters
string url
- url: the url of the web page loaded.
Source
The browser element.
Example
addEventHandler ( "onClientBrowserDocumentReady" , root , function ( url ) outputChatBox ( "The page '" .. url .. "' has been successfully loaded.") end )
See Also
- onClientBrowserCreated
- onClientBrowserCursorChange
- onClientBrowserDocumentReady
- onClientBrowserInputFocusChanged
- onClientBrowserLoadingFailed
- onClientBrowserLoadingStart
- onClientBrowserNavigate
- onClientBrowserPopup
- onClientBrowserResourceBlocked
- onClientBrowserTooltip
- onClientBrowserWhitelistChange