Documentation/Source/eric6.WebBrowser.JavaScript.ExternalJsObject.html

changeset 4918
71caf42a13d8
child 6153
0b18c86c03a1
equal deleted inserted replaced
4917:682750cc7bd5 4918:71caf42a13d8
1 <!DOCTYPE html>
2 <html><head>
3 <title>eric6.WebBrowser.JavaScript.ExternalJsObject</title>
4 <meta charset="UTF-8">
5 <style>
6 body {
7 background: #EDECE6;
8 margin: 0em 1em 10em 1em;
9 color: black;
10 }
11
12 h1 { color: white; background: #85774A; }
13 h2 { color: white; background: #85774A; }
14 h3 { color: white; background: #9D936E; }
15 h4 { color: white; background: #9D936E; }
16
17 a { color: #BA6D36; }
18
19 </style>
20 </head>
21 <body><a NAME="top" ID="top"></a>
22 <h1>eric6.WebBrowser.JavaScript.ExternalJsObject</h1>
23 <p>
24 Module implementing the JavaScript external object being the endpoint of
25 a web channel.
26 </p>
27 <h3>Global Attributes</h3>
28 <table>
29 <tr><td>None</td></tr>
30 </table>
31 <h3>Classes</h3>
32 <table>
33 <tr>
34 <td><a href="#ExternalJsObject">ExternalJsObject</a></td>
35 <td>Class implementing the endpoint of our web channel.</td>
36 </tr>
37 </table>
38 <h3>Functions</h3>
39 <table>
40 <tr><td>None</td></tr>
41 </table>
42 <hr /><hr />
43 <a NAME="ExternalJsObject" ID="ExternalJsObject"></a>
44 <h2>ExternalJsObject</h2>
45 <p>
46 Class implementing the endpoint of our web channel.
47 </p>
48 <h3>Derived from</h3>
49 QObject
50 <h3>Class Attributes</h3>
51 <table>
52 <tr><td>None</td></tr>
53 </table>
54 <h3>Class Methods</h3>
55 <table>
56 <tr><td>None</td></tr>
57 </table>
58 <h3>Methods</h3>
59 <table>
60 <tr>
61 <td><a href="#ExternalJsObject.__init__">ExternalJsObject</a></td>
62 <td>Constructor</td>
63 </tr><tr>
64 <td><a href="#ExternalJsObject.page">page</a></td>
65 <td>Public method returning a reference to the web page object.</td>
66 </tr><tr>
67 <td><a href="#ExternalJsObject.passwordManager">passwordManager</a></td>
68 <td>Public method to get a reference to the password manager JavaScript object.</td>
69 </tr><tr>
70 <td><a href="#ExternalJsObject.speedDial">speedDial</a></td>
71 <td>Public method returning a reference to a speed dial object.</td>
72 </tr><tr>
73 <td><a href="#ExternalJsObject.startPage">startPage</a></td>
74 <td>Public method to get a reference to the start page JavaScript object.</td>
75 </tr>
76 </table>
77 <h3>Static Methods</h3>
78 <table>
79 <tr><td>None</td></tr>
80 </table>
81 <a NAME="ExternalJsObject.__init__" ID="ExternalJsObject.__init__"></a>
82 <h4>ExternalJsObject (Constructor)</h4>
83 <b>ExternalJsObject</b>(<i>page</i>)
84 <p>
85 Constructor
86 </p><dl>
87 <dt><i>page</i> (WebBrowserPage)</dt>
88 <dd>
89 reference to the web page object
90 </dd>
91 </dl><a NAME="ExternalJsObject.page" ID="ExternalJsObject.page"></a>
92 <h4>ExternalJsObject.page</h4>
93 <b>page</b>(<i></i>)
94 <p>
95 Public method returning a reference to the web page object.
96 </p><dl>
97 <dt>Returns:</dt>
98 <dd>
99 reference to the web page object
100 </dd>
101 </dl><dl>
102 <dt>Return Type:</dt>
103 <dd>
104 WebBrowserPage
105 </dd>
106 </dl><a NAME="ExternalJsObject.passwordManager" ID="ExternalJsObject.passwordManager"></a>
107 <h4>ExternalJsObject.passwordManager</h4>
108 <b>passwordManager</b>(<i></i>)
109 <p>
110 Public method to get a reference to the password manager JavaScript
111 object.
112 </p><dl>
113 <dt>Returns:</dt>
114 <dd>
115 reference to the password manager JavaScript object
116 </dd>
117 </dl><dl>
118 <dt>Return Type:</dt>
119 <dd>
120 StartPageJsObject
121 </dd>
122 </dl><a NAME="ExternalJsObject.speedDial" ID="ExternalJsObject.speedDial"></a>
123 <h4>ExternalJsObject.speedDial</h4>
124 <b>speedDial</b>(<i></i>)
125 <p>
126 Public method returning a reference to a speed dial object.
127 </p><dl>
128 <dt>Returns:</dt>
129 <dd>
130 reference to a speed dial object
131 </dd>
132 </dl><dl>
133 <dt>Return Type:</dt>
134 <dd>
135 SpeedDial
136 </dd>
137 </dl><a NAME="ExternalJsObject.startPage" ID="ExternalJsObject.startPage"></a>
138 <h4>ExternalJsObject.startPage</h4>
139 <b>startPage</b>(<i></i>)
140 <p>
141 Public method to get a reference to the start page JavaScript object.
142 </p><dl>
143 <dt>Returns:</dt>
144 <dd>
145 reference to the start page JavaScript object
146 </dd>
147 </dl><dl>
148 <dt>Return Type:</dt>
149 <dd>
150 StartPageJsObject
151 </dd>
152 </dl>
153 <div align="right"><a href="#top">Up</a></div>
154 <hr />
155 </body></html>

eric ide

mercurial