Documentation/Source/eric6.WebBrowser.WebBrowserPage.html

changeset 4965
a9a4b632fe48
parent 4964
a894e8c92369
child 5001
08eaee907686
--- a/Documentation/Source/eric6.WebBrowser.WebBrowserPage.html	Tue May 03 19:42:26 2016 +0200
+++ b/Documentation/Source/eric6.WebBrowser.WebBrowserPage.html	Wed May 04 19:12:40 2016 +0200
@@ -93,6 +93,9 @@
 <td><a href="#WebBrowserPage.hitTestContent">hitTestContent</a></td>
 <td>Public method to test the content at a specified position.</td>
 </tr><tr>
+<td><a href="#WebBrowserPage.isJavaScriptEnabled">isJavaScriptEnabled</a></td>
+<td>Public method to test, if JavaScript is enabled.</td>
+</tr><tr>
 <td><a href="#WebBrowserPage.javaScriptConsoleMessage">javaScriptConsoleMessage</a></td>
 <td>Public method to show a console message.</td>
 </tr><tr>
@@ -289,6 +292,21 @@
 <dd>
 WebHitTestResult
 </dd>
+</dl><a NAME="WebBrowserPage.isJavaScriptEnabled" ID="WebBrowserPage.isJavaScriptEnabled"></a>
+<h4>WebBrowserPage.isJavaScriptEnabled</h4>
+<b>isJavaScriptEnabled</b>(<i></i>)
+<p>
+        Public method to test, if JavaScript is enabled.
+</p><dl>
+<dt>Returns:</dt>
+<dd>
+flag indicating the state of the JavaScript support
+</dd>
+</dl><dl>
+<dt>Return Type:</dt>
+<dd>
+bool
+</dd>
 </dl><a NAME="WebBrowserPage.javaScriptConsoleMessage" ID="WebBrowserPage.javaScriptConsoleMessage"></a>
 <h4>WebBrowserPage.javaScriptConsoleMessage</h4>
 <b>javaScriptConsoleMessage</b>(<i>level, message, lineNumber, sourceId</i>)

eric ide

mercurial