--- a/eric6/Documentation/Source/eric6.WebBrowser.Network.EricSchemeHandler.html Fri Dec 25 09:44:11 2020 +0100 +++ b/eric6/Documentation/Source/eric6.WebBrowser.Network.EricSchemeHandler.html Sat Dec 26 11:39:35 2020 +0100 @@ -28,7 +28,7 @@ <h3>Global Attributes</h3> <table> -<tr><td>None</td></tr> +<tr><td>_SupportedPages</td></tr> </table> <h3>Classes</h3> @@ -61,7 +61,7 @@ <h3>Class Attributes</h3> <table> -<tr><td>SupportedPages</td></tr> +<tr><td>None</td></tr> </table> <h3>Class Methods</h3> @@ -176,6 +176,10 @@ <td>Private method to build the AdBlock page.</td> </tr> <tr> +<td><a href="#EricSchemeReply.__errorPage">__errorPage</a></td> +<td>Private method to build the Error page.</td> +</tr> +<tr> <td><a href="#EricSchemeReply.__loadPage">__loadPage</a></td> <td>Private method to load the requested page.</td> </tr> @@ -243,6 +247,25 @@ str </dd> </dl> +<a NAME="EricSchemeReply.__errorPage" ID="EricSchemeReply.__errorPage"></a> +<h4>EricSchemeReply.__errorPage</h4> +<b>__errorPage</b>(<i></i>) + +<p> + Private method to build the Error page. +</p> +<dl> +<dt>Returns:</dt> +<dd> +built Error page +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +str +</dd> +</dl> <a NAME="EricSchemeReply.__loadPage" ID="EricSchemeReply.__loadPage"></a> <h4>EricSchemeReply.__loadPage</h4> <b>__loadPage</b>(<i></i>)