--- a/Documentation/Source/eric6.WebBrowser.WebBrowserTabWidget.html Thu Jul 14 18:56:39 2016 +0200 +++ b/Documentation/Source/eric6.WebBrowser.WebBrowserTabWidget.html Sun Jul 17 15:36:11 2016 +0200 @@ -129,7 +129,7 @@ <td>Private slot called when a URL is selected from the completer.</td> </tr><tr> <td><a href="#WebBrowserTabWidget.__pdfGenerated">__pdfGenerated</a></td> -<td>Public slot handling the generated PDF data.</td> +<td>Private slot handling the generated PDF data.</td> </tr><tr> <td><a href="#WebBrowserTabWidget.__showContextMenu">__showContextMenu</a></td> <td>Private slot to show the tab context menu.</td> @@ -371,7 +371,7 @@ <h4>WebBrowserTabWidget.__pdfGenerated</h4> <b>__pdfGenerated</b>(<i>filePath, pdfData</i>) <p> - Public slot handling the generated PDF data. + Private slot handling the generated PDF data. </p><dl> <dt><i>filePath</i> (str)</dt> <dd> @@ -573,7 +573,7 @@ </dd> </dl><a NAME="WebBrowserTabWidget.newBrowser" ID="WebBrowserTabWidget.newBrowser"></a> <h4>WebBrowserTabWidget.newBrowser</h4> -<b>newBrowser</b>(<i>link=None, position=-1</i>) +<b>newBrowser</b>(<i>link=None, position=-1, background=False</i>) <p> Public method to create a new web browser tab. </p><dl> @@ -584,10 +584,24 @@ <dd> position to create the new tab at or -1 to add it to the end (integer) +</dd><dt><i>background=</i></dt> +<dd> +flag indicating to open the tab in the + background (bool) +</dd> +</dl><dl> +<dt>Returns:</dt> +<dd> +reference to the new browser +</dd> +</dl><dl> +<dt>Return Type:</dt> +<dd> +WebBrowserView </dd> </dl><a NAME="WebBrowserTabWidget.newBrowserAfter" ID="WebBrowserTabWidget.newBrowserAfter"></a> <h4>WebBrowserTabWidget.newBrowserAfter</h4> -<b>newBrowserAfter</b>(<i>browser, link=None</i>) +<b>newBrowserAfter</b>(<i>browser, link=None, background=False</i>) <p> Public method to create a new web browser tab after a given one. </p><dl> @@ -597,6 +611,20 @@ </dd><dt><i>link</i></dt> <dd> link to be shown (string or QUrl) +</dd><dt><i>background=</i></dt> +<dd> +flag indicating to open the tab in the + background (bool) +</dd> +</dl><dl> +<dt>Returns:</dt> +<dd> +reference to the new browser +</dd> +</dl><dl> +<dt>Return Type:</dt> +<dd> +WebBrowserView </dd> </dl><a NAME="WebBrowserTabWidget.preferencesChanged" ID="WebBrowserTabWidget.preferencesChanged"></a> <h4>WebBrowserTabWidget.preferencesChanged</h4>