--- a/Documentation/Source/eric6.WebBrowser.Tools.Scripts.html Fri Feb 16 20:15:49 2018 +0100 +++ b/Documentation/Source/eric6.WebBrowser.Tools.Scripts.html Fri Feb 16 20:18:29 2018 +0100 @@ -66,6 +66,9 @@ </tr><tr> <td><a href="#setupWebChannel">setupWebChannel</a></td> <td>Function generating a script to setup the web channel.</td> +</tr><tr> +<td><a href="#setupWindowObject">setupWindowObject</a></td> +<td>Function generating a script to setup window.object add-ons.</td> </tr> </table> <hr /><hr /> @@ -279,10 +282,15 @@ <hr /><hr /> <a NAME="setupWebChannel" ID="setupWebChannel"></a> <h2>setupWebChannel</h2> -<b>setupWebChannel</b>(<i></i>) +<b>setupWebChannel</b>(<i>worldId</i>) <p> Function generating a script to setup the web channel. </p><dl> +<dt><i>worldId</i> (int)</dt> +<dd> +world ID for which to setup the channel +</dd> +</dl><dl> <dt>Returns:</dt> <dd> script to setup the web channel @@ -294,5 +302,23 @@ </dd> </dl> <div align="right"><a href="#top">Up</a></div> +<hr /><hr /> +<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>Returns:</dt> +<dd> +generated script +</dd> +</dl><dl> +<dt>Return Type:</dt> +<dd> +str +</dd> +</dl> +<div align="right"><a href="#top">Up</a></div> <hr /> </body></html> \ No newline at end of file