64 <td><a href="#setupFormObserver">setupFormObserver</a></td> |
64 <td><a href="#setupFormObserver">setupFormObserver</a></td> |
65 <td>Function generating a script to monitor a web form for user entries.</td> |
65 <td>Function generating a script to monitor a web form for user entries.</td> |
66 </tr><tr> |
66 </tr><tr> |
67 <td><a href="#setupWebChannel">setupWebChannel</a></td> |
67 <td><a href="#setupWebChannel">setupWebChannel</a></td> |
68 <td>Function generating a script to setup the web channel.</td> |
68 <td>Function generating a script to setup the web channel.</td> |
|
69 </tr><tr> |
|
70 <td><a href="#setupWindowObject">setupWindowObject</a></td> |
|
71 <td>Function generating a script to setup window.object add-ons.</td> |
69 </tr> |
72 </tr> |
70 </table> |
73 </table> |
71 <hr /><hr /> |
74 <hr /><hr /> |
72 <a NAME="completeFormData" ID="completeFormData"></a> |
75 <a NAME="completeFormData" ID="completeFormData"></a> |
73 <h2>completeFormData</h2> |
76 <h2>completeFormData</h2> |
277 </dl> |
280 </dl> |
278 <div align="right"><a href="#top">Up</a></div> |
281 <div align="right"><a href="#top">Up</a></div> |
279 <hr /><hr /> |
282 <hr /><hr /> |
280 <a NAME="setupWebChannel" ID="setupWebChannel"></a> |
283 <a NAME="setupWebChannel" ID="setupWebChannel"></a> |
281 <h2>setupWebChannel</h2> |
284 <h2>setupWebChannel</h2> |
282 <b>setupWebChannel</b>(<i></i>) |
285 <b>setupWebChannel</b>(<i>worldId</i>) |
283 <p> |
286 <p> |
284 Function generating a script to setup the web channel. |
287 Function generating a script to setup the web channel. |
285 </p><dl> |
288 </p><dl> |
|
289 <dt><i>worldId</i> (int)</dt> |
|
290 <dd> |
|
291 world ID for which to setup the channel |
|
292 </dd> |
|
293 </dl><dl> |
286 <dt>Returns:</dt> |
294 <dt>Returns:</dt> |
287 <dd> |
295 <dd> |
288 script to setup the web channel |
296 script to setup the web channel |
|
297 </dd> |
|
298 </dl><dl> |
|
299 <dt>Return Type:</dt> |
|
300 <dd> |
|
301 str |
|
302 </dd> |
|
303 </dl> |
|
304 <div align="right"><a href="#top">Up</a></div> |
|
305 <hr /><hr /> |
|
306 <a NAME="setupWindowObject" ID="setupWindowObject"></a> |
|
307 <h2>setupWindowObject</h2> |
|
308 <b>setupWindowObject</b>(<i></i>) |
|
309 <p> |
|
310 Function generating a script to setup window.object add-ons. |
|
311 </p><dl> |
|
312 <dt>Returns:</dt> |
|
313 <dd> |
|
314 generated script |
289 </dd> |
315 </dd> |
290 </dl><dl> |
316 </dl><dl> |
291 <dt>Return Type:</dt> |
317 <dt>Return Type:</dt> |
292 <dd> |
318 <dd> |
293 str |
319 str |