eric6/Documentation/Source/eric6.WebBrowser.SpeedDial.Page.html

changeset 7273
391d6b7b1eff
parent 6942
2602857055c5
child 7989
a21d673a8f99
--- a/eric6/Documentation/Source/eric6.WebBrowser.SpeedDial.Page.html	Wed Sep 25 19:40:31 2019 +0200
+++ b/eric6/Documentation/Source/eric6.WebBrowser.SpeedDial.Page.html	Wed Sep 25 19:42:44 2019 +0200
@@ -18,101 +18,131 @@
 
 </style>
 </head>
-<body><a NAME="top" ID="top"></a>
+<body>
+<a NAME="top" ID="top"></a>
 <h1>eric6.WebBrowser.SpeedDial.Page</h1>
+
 <p>
 Module implementing a structure to hold the data for a speed dial page.
 </p>
 <h3>Global Attributes</h3>
+
 <table>
 <tr><td>None</td></tr>
 </table>
 <h3>Classes</h3>
+
 <table>
+
 <tr>
 <td><a href="#Page">Page</a></td>
 <td>Class to hold the data for a speed dial page.</td>
 </tr>
 </table>
 <h3>Functions</h3>
+
 <table>
 <tr><td>None</td></tr>
 </table>
-<hr /><hr />
+<hr />
+<hr />
 <a NAME="Page" ID="Page"></a>
 <h2>Page</h2>
+
 <p>
     Class to hold the data for a speed dial page.
 </p>
 <h3>Derived from</h3>
 object
 <h3>Class Attributes</h3>
+
 <table>
 <tr><td>None</td></tr>
 </table>
 <h3>Class Methods</h3>
+
 <table>
 <tr><td>None</td></tr>
 </table>
 <h3>Methods</h3>
+
 <table>
+
 <tr>
 <td><a href="#Page.__init__">Page</a></td>
 <td>Constructor</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#Page.__eq__">__eq__</a></td>
 <td>Special method implementing the equality operator.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#Page.isValid">isValid</a></td>
 <td>Public method to check the validity.</td>
 </tr>
 </table>
 <h3>Static Methods</h3>
+
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <a NAME="Page.__init__" ID="Page.__init__"></a>
 <h4>Page (Constructor)</h4>
 <b>Page</b>(<i>url="", title="", broken=False</i>)
+
 <p>
         Constructor
-</p><dl>
+</p>
+<dl>
+
 <dt><i>url</i></dt>
 <dd>
 URL of the page (string)
-</dd><dt><i>title</i></dt>
+</dd>
+<dt><i>title</i></dt>
 <dd>
 title of the page (string)
-</dd><dt><i>broken</i></dt>
+</dd>
+<dt><i>broken</i></dt>
 <dd>
 flag indicating a broken connection (boolean)
 </dd>
-</dl><a NAME="Page.__eq__" ID="Page.__eq__"></a>
+</dl>
+<a NAME="Page.__eq__" ID="Page.__eq__"></a>
 <h4>Page.__eq__</h4>
 <b>__eq__</b>(<i>other</i>)
+
 <p>
         Special method implementing the equality operator.
-</p><dl>
+</p>
+<dl>
+
 <dt><i>other</i></dt>
 <dd>
 reference to the other page object (Page)
 </dd>
-</dl><dl>
+</dl>
+<dl>
 <dt>Returns:</dt>
 <dd>
 flag indicating equality (boolean)
 </dd>
-</dl><a NAME="Page.isValid" ID="Page.isValid"></a>
+</dl>
+<a NAME="Page.isValid" ID="Page.isValid"></a>
 <h4>Page.isValid</h4>
 <b>isValid</b>(<i></i>)
+
 <p>
         Public method to check the validity.
-</p><dl>
+</p>
+<dl>
 <dt>Returns:</dt>
 <dd>
 flag indicating a valid object
 </dd>
-</dl><dl>
+</dl>
+<dl>
 <dt>Return Type:</dt>
 <dd>
 bool

eric ide

mercurial