src/eric7/Documentation/Source/eric7.WebBrowser.Tools.Scripts.html

branch
eric7
changeset 10479
856476537696
parent 9209
b99e7fd55fd3
diff -r de9106c55c3d -r 856476537696 src/eric7/Documentation/Source/eric7.WebBrowser.Tools.Scripts.html
--- a/src/eric7/Documentation/Source/eric7.WebBrowser.Tools.Scripts.html	Thu Jan 04 17:16:15 2024 +0100
+++ b/src/eric7/Documentation/Source/eric7.WebBrowser.Tools.Scripts.html	Thu Jan 04 18:02:25 2024 +0100
@@ -7,24 +7,22 @@
 <body>
 <a NAME="top" ID="top"></a>
 <h1>eric7.WebBrowser.Tools.Scripts</h1>
-
 <p>
 Module containing function to generate JavaScript code.
 </p>
+
 <h3>Global Attributes</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Classes</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Functions</h3>
-
 <table>
-
 <tr>
 <td><a href="#completeFormData">completeFormData</a></td>
 <td>Function generating a script to fill in form data.</td>
@@ -78,15 +76,16 @@
 <td>Function generating a script to setup window.object add-ons.</td>
 </tr>
 </table>
+
 <hr />
 <hr />
 <a NAME="completeFormData" ID="completeFormData"></a>
 <h2>completeFormData</h2>
 <b>completeFormData</b>(<i>data</i>)
-
 <p>
     Function generating a script to fill in form data.
 </p>
+
 <dl>
 
 <dt><i>data</i> (QByteArray)</dt>
@@ -112,10 +111,10 @@
 <a NAME="getAllImages" ID="getAllImages"></a>
 <h2>getAllImages</h2>
 <b>getAllImages</b>(<i></i>)
-
 <p>
     Function generating a script to extract all image tags of a web page.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -134,10 +133,10 @@
 <a NAME="getAllMetaAttributes" ID="getAllMetaAttributes"></a>
 <h2>getAllMetaAttributes</h2>
 <b>getAllMetaAttributes</b>(<i></i>)
-
 <p>
     Function generating a script to extract all meta attributes of a web page.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -156,10 +155,10 @@
 <a NAME="getFeedLinks" ID="getFeedLinks"></a>
 <h2>getFeedLinks</h2>
 <b>getFeedLinks</b>(<i></i>)
-
 <p>
     Function generating a script to extract all RSS and Atom feed links.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -178,10 +177,10 @@
 <a NAME="getFormData" ID="getFormData"></a>
 <h2>getFormData</h2>
 <b>getFormData</b>(<i>pos</i>)
-
 <p>
     Function generating a script to extract data for a form element.
 </p>
+
 <dl>
 
 <dt><i>pos</i> (QPoint)</dt>
@@ -207,10 +206,10 @@
 <a NAME="getOpenSearchLinks" ID="getOpenSearchLinks"></a>
 <h2>getOpenSearchLinks</h2>
 <b>getOpenSearchLinks</b>(<i></i>)
-
 <p>
     Function generating a script to extract all open search links.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -229,10 +228,10 @@
 <a NAME="scrollToAnchor" ID="scrollToAnchor"></a>
 <h2>scrollToAnchor</h2>
 <b>scrollToAnchor</b>(<i>anchor</i>)
-
 <p>
     Function generating script to scroll to a given anchor.
 </p>
+
 <dl>
 
 <dt><i>anchor</i> (str)</dt>
@@ -258,10 +257,10 @@
 <a NAME="sendPostData" ID="sendPostData"></a>
 <h2>sendPostData</h2>
 <b>sendPostData</b>(<i>url, data</i>)
-
 <p>
     Function generating a script to send Post data.
 </p>
+
 <dl>
 
 <dt><i>url</i> (QUrl)</dt>
@@ -291,10 +290,10 @@
 <a NAME="setCss" ID="setCss"></a>
 <h2>setCss</h2>
 <b>setCss</b>(<i>css</i>)
-
 <p>
     Function generating a script to set a given CSS style sheet.
 </p>
+
 <dl>
 
 <dt><i>css</i> (str)</dt>
@@ -320,10 +319,10 @@
 <a NAME="setStyleSheet" ID="setStyleSheet"></a>
 <h2>setStyleSheet</h2>
 <b>setStyleSheet</b>(<i>css</i>)
-
 <p>
     Function generating a script to set a user style sheet.
 </p>
+
 <dl>
 
 <dt><i>css</i> (str)</dt>
@@ -349,10 +348,10 @@
 <a NAME="setupFormObserver" ID="setupFormObserver"></a>
 <h2>setupFormObserver</h2>
 <b>setupFormObserver</b>(<i></i>)
-
 <p>
     Function generating a script to monitor a web form for user entries.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -371,10 +370,10 @@
 <a NAME="setupWebChannel" ID="setupWebChannel"></a>
 <h2>setupWebChannel</h2>
 <b>setupWebChannel</b>(<i>worldId</i>)
-
 <p>
     Function generating  a script to setup the web channel.
 </p>
+
 <dl>
 
 <dt><i>worldId</i> (int)</dt>
@@ -400,10 +399,10 @@
 <a NAME="setupWindowObject" ID="setupWindowObject"></a>
 <h2>setupWindowObject</h2>
 <b>setupWindowObject</b>(<i></i>)
-
 <p>
     Function generating a script to setup window.object add-ons.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -418,4 +417,4 @@
 </dl>
 <div align="right"><a href="#top">Up</a></div>
 <hr />
-</body></html>
\ No newline at end of file
+</body></html>

eric ide

mercurial