--- a/src/eric7/Documentation/Source/eric7.WebBrowser.SpeedDial.Page.html Fri Dec 22 13:57:47 2023 +0100 +++ b/src/eric7/Documentation/Source/eric7.WebBrowser.SpeedDial.Page.html Fri Dec 22 17:24:07 2023 +0100 @@ -82,17 +82,17 @@ </p> <dl> -<dt><i>url</i></dt> +<dt><i>url</i> (str)</dt> <dd> -URL of the page (string) +URL of the page </dd> -<dt><i>title</i></dt> +<dt><i>title</i> (str)</dt> <dd> -title of the page (string) +title of the page </dd> -<dt><i>broken</i></dt> +<dt><i>broken</i> (bool)</dt> <dd> -flag indicating a broken connection (boolean) +flag indicating a broken connection </dd> </dl> <a NAME="Page.__eq__" ID="Page.__eq__"></a> @@ -104,15 +104,21 @@ </p> <dl> -<dt><i>other</i></dt> +<dt><i>other</i> (Page)</dt> <dd> -reference to the other page object (Page) +reference to the other page object </dd> </dl> <dl> <dt>Return:</dt> <dd> -flag indicating equality (boolean) +flag indicating equality +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +bool </dd> </dl> <a NAME="Page.isValid" ID="Page.isValid"></a>