RequestBrowserDomains: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
{{Client_function}} | {{Client_function}} | ||
{{New feature/item|3.0150|1.5|| | |||
This function opens a request window in order to accept the requested remote URLs. | This function opens a request window in order to accept the requested remote URLs. | ||
}} | |||
==Syntax== | ==Syntax== | ||
<syntaxhighlight lang="lua">bool requestBrowserDomains ( table pages )</syntaxhighlight> | <syntaxhighlight lang="lua">bool requestBrowserDomains ( table pages )</syntaxhighlight> | ||
{{OOP||[[Element/Browser|browser]].requestDomains||requestBrowserDomains}} | |||
===Required arguments=== | ===Required arguments=== | ||
Line 13: | Line 16: | ||
==Example== | ==Example== | ||
Todo | Todo | ||
==See also== | ==See also== | ||
{{CEF_functions}} | {{CEF_functions}} |
Revision as of 19:23, 7 February 2015
This function opens a request window in order to accept the requested remote URLs.
Syntax
bool requestBrowserDomains ( table pages )
OOP Syntax Help! I don't understand this!
- Method: browser.requestDomains(...)
- Counterpart: requestBrowserDomains
Required arguments
- pages: A table containing all domains (without http://)
Returns
Returns true, if the string was successfully read, false otherwise.
Example
Todo
See also
- canBrowserNavigateBack
- canBrowserNavigateForward
- createBrowser
- executeBrowserJavascript
- focusBrowser
- getBrowserProperty
- getBrowserSettings
- getBrowserSource
- getBrowserTitle
- getBrowserURL
- injectBrowserMouseDown
- injectBrowserMouseMove
- injectBrowserMouseUp
- injectBrowserMouseWheel
- isBrowserDomainBlocked
- isBrowserFocused
- isBrowserLoading
- isBrowserRenderingPaused
- loadBrowserURL
- navigateBrowserBack
- navigateBrowserForward
- reloadBrowserPage
- requestBrowserDomains
- resizeBrowser
- setBrowserAjaxHandler
- setBrowserProperty
- setBrowserRenderingPaused
- setBrowserVolume
- toggleBrowserDevTools