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