Documentation/Source/eric6.WebBrowser.WebBrowserPage.html

changeset 4964
a894e8c92369
parent 4926
f7ef43c73ae3
child 4965
a9a4b632fe48
--- a/Documentation/Source/eric6.WebBrowser.WebBrowserPage.html	Mon May 02 20:14:37 2016 +0200
+++ b/Documentation/Source/eric6.WebBrowser.WebBrowserPage.html	Tue May 03 19:42:26 2016 +0200
@@ -78,6 +78,9 @@
 <td><a href="#WebBrowserPage.__setupWebChannel">__setupWebChannel</a></td>
 <td>Private method to setup a web channel to our external object.</td>
 </tr><tr>
+<td><a href="#WebBrowserPage.__urlChanged">__urlChanged</a></td>
+<td>Private slot to handle changes of the URL.</td>
+</tr><tr>
 <td><a href="#WebBrowserPage.acceptNavigationRequest">acceptNavigationRequest</a></td>
 <td>Public method to determine, if a request may be accepted.</td>
 </tr><tr>
@@ -101,6 +104,9 @@
 </tr><tr>
 <td><a href="#WebBrowserPage.scroll">scroll</a></td>
 <td>Public method to scroll by the given amount of pixels.</td>
+</tr><tr>
+<td><a href="#WebBrowserPage.setJavaScriptEnabled">setJavaScriptEnabled</a></td>
+<td>Public method to enable JavaScript.</td>
 </tr>
 </table>
 <h3>Static Methods</h3>
@@ -186,7 +192,17 @@
 <b>__setupWebChannel</b>(<i></i>)
 <p>
         Private method to setup a web channel to our external object.
-</p><a NAME="WebBrowserPage.acceptNavigationRequest" ID="WebBrowserPage.acceptNavigationRequest"></a>
+</p><a NAME="WebBrowserPage.__urlChanged" ID="WebBrowserPage.__urlChanged"></a>
+<h4>WebBrowserPage.__urlChanged</h4>
+<b>__urlChanged</b>(<i>url</i>)
+<p>
+        Private slot to handle changes of the URL.
+</p><dl>
+<dt><i>url</i> (QUrl)</dt>
+<dd>
+new URL
+</dd>
+</dl><a NAME="WebBrowserPage.acceptNavigationRequest" ID="WebBrowserPage.acceptNavigationRequest"></a>
 <h4>WebBrowserPage.acceptNavigationRequest</h4>
 <b>acceptNavigationRequest</b>(<i>url, type_, isMainFrame</i>)
 <p>
@@ -328,6 +344,16 @@
 <dd>
 vertical scroll value
 </dd>
+</dl><a NAME="WebBrowserPage.setJavaScriptEnabled" ID="WebBrowserPage.setJavaScriptEnabled"></a>
+<h4>WebBrowserPage.setJavaScriptEnabled</h4>
+<b>setJavaScriptEnabled</b>(<i>enable</i>)
+<p>
+        Public method to enable JavaScript.
+</p><dl>
+<dt><i>enable</i> (bool)</dt>
+<dd>
+flag indicating the enabled state to be set
+</dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>
 <hr />

eric ide

mercurial