eric6/Documentation/Source/eric6.WebBrowser.WebBrowserPage.html

changeset 8152
0c740fcffd34
parent 7989
a21d673a8f99
child 8248
b00c1c6cc312
diff -r 8c1445825e7b -r 0c740fcffd34 eric6/Documentation/Source/eric6.WebBrowser.WebBrowserPage.html
--- a/eric6/Documentation/Source/eric6.WebBrowser.WebBrowserPage.html	Thu Mar 04 17:48:09 2021 +0100
+++ b/eric6/Documentation/Source/eric6.WebBrowser.WebBrowserPage.html	Thu Mar 04 19:39:54 2021 +0100
@@ -484,7 +484,7 @@
 </p>
 <a NAME="WebBrowserPage.execJavaScript" ID="WebBrowserPage.execJavaScript"></a>
 <h4>WebBrowserPage.execJavaScript</h4>
-<b>execJavaScript</b>(<i>script, worldId=QWebEngineScript.MainWorld, timeout=500</i>)
+<b>execJavaScript</b>(<i>script, worldId=QWebEngineScript.ScriptWorldId.MainWorld, timeout=500</i>)
 
 <p>
         Public method to execute a JavaScript function synchroneously.
@@ -495,7 +495,7 @@
 <dd>
 JavaScript script source to be executed
 </dd>
-<dt><i>worldId</i> (int)</dt>
+<dt><i>worldId</i> (QWebEngineScript.ScriptWorldId)</dt>
 <dd>
 ID to run the script under
 </dd>

eric ide

mercurial