eric6/Documentation/Source/eric6.WebBrowser.Network.EricSchemeHandler.html

branch
maintenance
changeset 8043
0acf98cd089a
parent 7989
a21d673a8f99
--- a/eric6/Documentation/Source/eric6.WebBrowser.Network.EricSchemeHandler.html	Sun Jan 17 13:53:08 2021 +0100
+++ b/eric6/Documentation/Source/eric6.WebBrowser.Network.EricSchemeHandler.html	Mon Feb 01 10:38:16 2021 +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>
@@ -232,7 +236,7 @@
         Private method to build the AdBlock page.
 </p>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 built AdBlock page
 </dd>
@@ -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>Return:</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>)
@@ -258,7 +281,7 @@
         Private method to create the Speeddial page.
 </p>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 prepared speeddial page
 </dd>
@@ -277,7 +300,7 @@
         Private method to build the Start page.
 </p>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 built Start page
 </dd>
@@ -296,7 +319,7 @@
         Public method to get the number of available bytes.
 </p>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 number of available bytes
 </dd>
@@ -329,7 +352,7 @@
 </dd>
 </dl>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 string containing the data (bytes)
 </dd>

eric ide

mercurial