ExecuteBrowserJavascript: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(Created page with "__NOTOC__ {{Client_function}} This function executes a Javascript string. ==Syntax== <syntaxhighlight lang="lua"> bool executeBrowserJavascript ( browser webBrowser, string jsCode ) </syntaxhighlight>...")
 
mNo edit summary
Line 20: Line 20:
==See Also==
==See Also==
Todo
Todo
==See also==
{{CEF_functions}}

Revision as of 07:44, 24 September 2014

This function executes a Javascript string.

Syntax

bool executeBrowserJavascript ( browser webBrowser, string jsCode )

Required Arguments

  • webBrowser: The web browser which will execute the Javascript code
  • jsCode: The Javascript code string

Returns

Returns true if executing Javascript is allowed in the current context, false otherwise.

Example

Todo

See Also

Todo

See also