RequestBrowserDomains: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(Created page with "__NOTOC__ {{Client_function}} This function opens a request window in order to accept the requested remote URLs. ==Syntax== <syntaxhighlight lang="lua">bool requestBrowserPages ( table page...")
 
mNo edit summary
Line 17: Line 17:
==See Also==
==See Also==
Todo
Todo
==See also==
{{CEF_functions}}

Revision as of 07:36, 24 September 2014

This function opens a request window in order to accept the requested remote URLs.

Syntax

bool requestBrowserPages ( table pages )

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

Todo

See also