diff -r 0a83583316c2 -r b01d2c1e0973 Documentation/Source/eric6.WebBrowser.WebBrowserPage.html --- a/Documentation/Source/eric6.WebBrowser.WebBrowserPage.html Wed Jul 05 19:57:39 2017 +0200 +++ b/Documentation/Source/eric6.WebBrowser.WebBrowserPage.html Wed Jul 05 19:58:40 2017 +0200 @@ -120,6 +120,12 @@ <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.scrollPosition">scrollPosition</a></td> +<td>Public method to get the scroll position of the web page.</td> +</tr><tr> +<td><a href="#WebBrowserPage.scrollTo">scrollTo</a></td> +<td>Public method to scroll to the given position.</td> +</tr><tr> <td><a href="#WebBrowserPage.setJavaScriptEnabled">setJavaScriptEnabled</a></td> <td>Public method to enable JavaScript.</td> </tr> @@ -438,6 +444,31 @@ <dd> vertical scroll value </dd> +</dl><a NAME="WebBrowserPage.scrollPosition" ID="WebBrowserPage.scrollPosition"></a> +<h4>WebBrowserPage.scrollPosition</h4> +<b>scrollPosition</b>(<i></i>) +<p> + Public method to get the scroll position of the web page. +</p><dl> +<dt>Returns:</dt> +<dd> +scroll position +</dd> +</dl><dl> +<dt>Return Type:</dt> +<dd> +QPointF +</dd> +</dl><a NAME="WebBrowserPage.scrollTo" ID="WebBrowserPage.scrollTo"></a> +<h4>WebBrowserPage.scrollTo</h4> +<b>scrollTo</b>(<i>pos</i>) +<p> + Public method to scroll to the given position. +</p><dl> +<dt><i>pos</i> (QPointF)</dt> +<dd> +position to scroll to +</dd> </dl><a NAME="WebBrowserPage.setJavaScriptEnabled" ID="WebBrowserPage.setJavaScriptEnabled"></a> <h4>WebBrowserPage.setJavaScriptEnabled</h4> <b>setJavaScriptEnabled</b>(<i>enable</i>)