OnClientBrowserWhitelistChange: Difference between revisions
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
		
	
mNo edit summary  | 
				mNo edit summary  | 
				||
| Line 10: | Line 10: | ||
table changedDomains  | table changedDomains  | ||
</syntaxhighlight>  | </syntaxhighlight>  | ||
*'''changedDomains:'''   | *'''changedDomains:''' a [[table]] of changed domains.  | ||
==Source==  | ==Source==  | ||
The [[Element/Browser|browser]] element  | The [[Element/Browser|browser]] element.  | ||
==Example==    | ==Example==    | ||
<syntaxhighlight lang="lua">  | |||
TODO  | TODO  | ||
</syntaxhighlight>  | |||
[[pl:onClientBrowserWhitelistChange]]  | [[pl:onClientBrowserWhitelistChange]]  | ||
Revision as of 22:24, 2 April 2018
| Script Example Missing Event OnClientBrowserWhitelistChange needs a script example, help out by writing one. | |
Before submitting check out Editing Guidelines Script Examples.  | 
The event is triggered when the whitelist has changed. Note that this event is only triggered if the request window was confirmed by accepting.
Parameters
table changedDomains
- changedDomains: a table of changed domains.
 
Source
The browser element.
Example
TODO
See Also
- onClientBrowserCreated
 - onClientBrowserCursorChange
 - onClientBrowserDocumentReady
 - onClientBrowserInputFocusChanged
 - onClientBrowserLoadingFailed
 - onClientBrowserLoadingStart
 - onClientBrowserNavigate
 - onClientBrowserPopup
 - onClientBrowserResourceBlocked
 - onClientBrowserTooltip
 - onClientBrowserWhitelistChange