Sophie

Sophie

distrib > Fedora > 18 > x86_64 > media > updates > by-pkgid > 3866615ed9f87500bac83f78574eecc8 > files > 107

js-of-ocaml-doc-1.2-2.fc18.noarch.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<link rel="stylesheet" href="style.css" type="text/css">
<meta content="text/html; charset=iso-8859-1" http-equiv="Content-Type">
<link rel="Start" href="index.html">
<link rel="previous" href="Dom_html.navigator-c.html">
<link rel="next" href="Dom_html.frameSetElement-c.html">
<link rel="Up" href="Dom_html.html">
<link title="Index of types" rel=Appendix href="index_types.html">
<link title="Index of exceptions" rel=Appendix href="index_exceptions.html">
<link title="Index of values" rel=Appendix href="index_values.html">
<link title="Index of class methods" rel=Appendix href="index_methods.html">
<link title="Index of class types" rel=Appendix href="index_class_types.html">
<link title="Index of modules" rel=Appendix href="index_modules.html">
<link title="Index of module types" rel=Appendix href="index_module_types.html">
<link title="CSS" rel="Chapter" href="CSS.html">
<link title="Dom" rel="Chapter" href="Dom.html">
<link title="Dom_events" rel="Chapter" href="Dom_events.html">
<link title="Dom_html" rel="Chapter" href="Dom_html.html">
<link title="Event_arrows" rel="Chapter" href="Event_arrows.html">
<link title="File" rel="Chapter" href="File.html">
<link title="Firebug" rel="Chapter" href="Firebug.html">
<link title="Form" rel="Chapter" href="Form.html">
<link title="Js" rel="Chapter" href="Js.html">
<link title="Json" rel="Chapter" href="Json.html">
<link title="Lwt_js" rel="Chapter" href="Lwt_js.html">
<link title="Lwt_js_events" rel="Chapter" href="Lwt_js_events.html">
<link title="Regexp" rel="Chapter" href="Regexp.html">
<link title="Typed_array" rel="Chapter" href="Typed_array.html">
<link title="Url" rel="Chapter" href="Url.html">
<link title="WebGL" rel="Chapter" href="WebGL.html">
<link title="XmlHttpRequest" rel="Chapter" href="XmlHttpRequest.html"><title>Dom_html.window</title>
</head>
<body>
<div class="navbar"><a class="pre" href="Dom_html.navigator-c.html" title="Dom_html.navigator">Previous</a>
&nbsp;<a class="up" href="Dom_html.html" title="Dom_html">Up</a>
&nbsp;<a class="post" href="Dom_html.frameSetElement-c.html" title="Dom_html.frameSetElement">Next</a>
</div>
<h1>Class type <a href="type_Dom_html.window.html">Dom_html.window</a></h1>
<pre><span id="TYPEwindow"><span class="keyword">class type</span> window</span> = <code class="code">object</code> <a href="Dom_html.window-c.html">..</a> <code class="code">end</code></pre><div class="info">
Specification of window objects<br>
</div>
<hr width="100%">
<pre><span id="METHODdocument"><span class="keyword">method</span> document</span> : <code class="type"><a href="Dom_html.document-c.html">document</a> <a href="Js.html#TYPEt">Js.t</a> <a href="Js.html#TYPEreadonly_prop">Js.readonly_prop</a></code></pre><pre><span id="METHODname"><span class="keyword">method</span> name</span> : <code class="type"><a href="Js.js_string-c.html">Js.js_string</a> <a href="Js.html#TYPEt">Js.t</a> <a href="Js.html#TYPEprop">Js.prop</a></code></pre><pre><span id="METHODlocation"><span class="keyword">method</span> location</span> : <code class="type"><a href="Dom_html.location-c.html">location</a> <a href="Js.html#TYPEt">Js.t</a> <a href="Js.html#TYPEreadonly_prop">Js.readonly_prop</a></code></pre><pre><span id="METHODhistory"><span class="keyword">method</span> history</span> : <code class="type"><a href="Dom_html.history-c.html">history</a> <a href="Js.html#TYPEt">Js.t</a> <a href="Js.html#TYPEreadonly_prop">Js.readonly_prop</a></code></pre><pre><span id="METHODundoManager"><span class="keyword">method</span> undoManager</span> : <code class="type"><a href="Dom_html.undoManager-c.html">undoManager</a> <a href="Js.html#TYPEt">Js.t</a> <a href="Js.html#TYPEreadonly_prop">Js.readonly_prop</a></code></pre><pre><span id="METHODnavigator"><span class="keyword">method</span> navigator</span> : <code class="type"><a href="Dom_html.navigator-c.html">navigator</a> <a href="Js.html#TYPEt">Js.t</a></code></pre><pre><span id="METHODgetSelection"><span class="keyword">method</span> getSelection</span> : <code class="type"><a href="Dom_html.selection-c.html">selection</a> <a href="Js.html#TYPEt">Js.t</a> <a href="Js.html#TYPEmeth">Js.meth</a></code></pre><pre><span id="METHODclose"><span class="keyword">method</span> close</span> : <code class="type">unit <a href="Js.html#TYPEmeth">Js.meth</a></code></pre><pre><span id="METHODstop"><span class="keyword">method</span> stop</span> : <code class="type">unit <a href="Js.html#TYPEmeth">Js.meth</a></code></pre><pre><span id="METHODfocus"><span class="keyword">method</span> focus</span> : <code class="type">unit <a href="Js.html#TYPEmeth">Js.meth</a></code></pre><pre><span id="METHODblur"><span class="keyword">method</span> blur</span> : <code class="type">unit <a href="Js.html#TYPEmeth">Js.meth</a></code></pre><pre><span id="METHODscroll"><span class="keyword">method</span> scroll</span> : <code class="type">int -> int -> unit <a href="Js.html#TYPEmeth">Js.meth</a></code></pre><pre><span id="METHODsessionStorage"><span class="keyword">method</span> sessionStorage</span> : <code class="type"><a href="Dom_html.storage-c.html">storage</a> <a href="Js.html#TYPEt">Js.t</a> <a href="Js.html#TYPEoptdef">Js.optdef</a> <a href="Js.html#TYPEreadonly_prop">Js.readonly_prop</a></code></pre><pre><span id="METHODlocalStorage"><span class="keyword">method</span> localStorage</span> : <code class="type"><a href="Dom_html.storage-c.html">storage</a> <a href="Js.html#TYPEt">Js.t</a> <a href="Js.html#TYPEoptdef">Js.optdef</a> <a href="Js.html#TYPEreadonly_prop">Js.readonly_prop</a></code></pre><pre><span id="METHODtop"><span class="keyword">method</span> top</span> : <code class="type"><a href="Dom_html.window-c.html">window</a> <a href="Js.html#TYPEt">Js.t</a> <a href="Js.html#TYPEreadonly_prop">Js.readonly_prop</a></code></pre><pre><span id="METHODparent"><span class="keyword">method</span> parent</span> : <code class="type"><a href="Dom_html.window-c.html">window</a> <a href="Js.html#TYPEt">Js.t</a> <a href="Js.html#TYPEreadonly_prop">Js.readonly_prop</a></code></pre><pre><span id="METHODframeElement"><span class="keyword">method</span> frameElement</span> : <code class="type"><a href="Dom_html.element-c.html">element</a> <a href="Js.html#TYPEt">Js.t</a> <a href="Js.html#TYPEopt">Js.opt</a> <a href="Js.html#TYPEreadonly_prop">Js.readonly_prop</a></code></pre><pre><span id="METHODopen_"><span class="keyword">method</span> open_</span> : <code class="type"><a href="Js.js_string-c.html">Js.js_string</a> <a href="Js.html#TYPEt">Js.t</a> -><br>       <a href="Js.js_string-c.html">Js.js_string</a> <a href="Js.html#TYPEt">Js.t</a> -> <a href="Js.js_string-c.html">Js.js_string</a> <a href="Js.html#TYPEt">Js.t</a> <a href="Js.html#TYPEopt">Js.opt</a> -> <a href="Dom_html.window-c.html">window</a> <a href="Js.html#TYPEt">Js.t</a> <a href="Js.html#TYPEmeth">Js.meth</a></code></pre><pre><span id="METHODalert"><span class="keyword">method</span> alert</span> : <code class="type"><a href="Js.js_string-c.html">Js.js_string</a> <a href="Js.html#TYPEt">Js.t</a> -> unit <a href="Js.html#TYPEmeth">Js.meth</a></code></pre><pre><span id="METHODconfirm"><span class="keyword">method</span> confirm</span> : <code class="type"><a href="Js.js_string-c.html">Js.js_string</a> <a href="Js.html#TYPEt">Js.t</a> -> bool <a href="Js.html#TYPEt">Js.t</a> <a href="Js.html#TYPEmeth">Js.meth</a></code></pre><pre><span id="METHODprompt"><span class="keyword">method</span> prompt</span> : <code class="type"><a href="Js.js_string-c.html">Js.js_string</a> <a href="Js.html#TYPEt">Js.t</a> -> <a href="Js.js_string-c.html">Js.js_string</a> <a href="Js.html#TYPEt">Js.t</a> -> <a href="Js.js_string-c.html">Js.js_string</a> <a href="Js.html#TYPEt">Js.t</a> <a href="Js.html#TYPEmeth">Js.meth</a></code></pre><pre><span id="METHODprint"><span class="keyword">method</span> print</span> : <code class="type">unit <a href="Js.html#TYPEmeth">Js.meth</a></code></pre><pre><span id="METHODsetInterval"><span class="keyword">method</span> setInterval</span> : <code class="type">(unit -> unit) <a href="Js.html#TYPEcallback">Js.callback</a> -> float -> <a href="Dom_html.html#TYPEinterval_id">interval_id</a> <a href="Js.html#TYPEmeth">Js.meth</a></code></pre><pre><span id="METHODclearInterval"><span class="keyword">method</span> clearInterval</span> : <code class="type"><a href="Dom_html.html#TYPEinterval_id">interval_id</a> -> unit <a href="Js.html#TYPEmeth">Js.meth</a></code></pre><pre><span id="METHODsetTimeout"><span class="keyword">method</span> setTimeout</span> : <code class="type">(unit -> unit) <a href="Js.html#TYPEcallback">Js.callback</a> -> float -> <a href="Dom_html.html#TYPEtimeout_id">timeout_id</a> <a href="Js.html#TYPEmeth">Js.meth</a></code></pre><pre><span id="METHODclearTimeout"><span class="keyword">method</span> clearTimeout</span> : <code class="type"><a href="Dom_html.html#TYPEtimeout_id">timeout_id</a> -> unit <a href="Js.html#TYPEmeth">Js.meth</a></code></pre><pre><span id="METHODonload"><span class="keyword">method</span> onload</span> : <code class="type">(<a href="Dom_html.window-c.html">window</a> <a href="Js.html#TYPEt">Js.t</a>, <a href="Dom_html.event-c.html">event</a> <a href="Js.html#TYPEt">Js.t</a>) <a href="Dom_html.html#TYPEevent_listener">event_listener</a> <a href="Js.html#TYPEprop">Js.prop</a></code></pre><pre><span id="METHODonbeforeunload"><span class="keyword">method</span> onbeforeunload</span> : <code class="type">(<a href="Dom_html.window-c.html">window</a> <a href="Js.html#TYPEt">Js.t</a>, <a href="Dom_html.event-c.html">event</a> <a href="Js.html#TYPEt">Js.t</a>) <a href="Dom_html.html#TYPEevent_listener">event_listener</a> <a href="Js.html#TYPEprop">Js.prop</a></code></pre><pre><span id="METHODonblur"><span class="keyword">method</span> onblur</span> : <code class="type">(<a href="Dom_html.window-c.html">window</a> <a href="Js.html#TYPEt">Js.t</a>, <a href="Dom_html.event-c.html">event</a> <a href="Js.html#TYPEt">Js.t</a>) <a href="Dom_html.html#TYPEevent_listener">event_listener</a> <a href="Js.html#TYPEprop">Js.prop</a></code></pre><pre><span id="METHODonfocus"><span class="keyword">method</span> onfocus</span> : <code class="type">(<a href="Dom_html.window-c.html">window</a> <a href="Js.html#TYPEt">Js.t</a>, <a href="Dom_html.event-c.html">event</a> <a href="Js.html#TYPEt">Js.t</a>) <a href="Dom_html.html#TYPEevent_listener">event_listener</a> <a href="Js.html#TYPEprop">Js.prop</a></code></pre><pre><span id="METHODonresize"><span class="keyword">method</span> onresize</span> : <code class="type">(<a href="Dom_html.window-c.html">window</a> <a href="Js.html#TYPEt">Js.t</a>, <a href="Dom_html.event-c.html">event</a> <a href="Js.html#TYPEt">Js.t</a>) <a href="Dom_html.html#TYPEevent_listener">event_listener</a> <a href="Js.html#TYPEprop">Js.prop</a></code></pre><pre><span id="METHODonscroll"><span class="keyword">method</span> onscroll</span> : <code class="type">(<a href="Dom_html.window-c.html">window</a> <a href="Js.html#TYPEt">Js.t</a>, <a href="Dom_html.event-c.html">event</a> <a href="Js.html#TYPEt">Js.t</a>) <a href="Dom_html.html#TYPEevent_listener">event_listener</a> <a href="Js.html#TYPEprop">Js.prop</a></code></pre><pre><span id="METHODonpopstate"><span class="keyword">method</span> onpopstate</span> : <code class="type">(<a href="Dom_html.window-c.html">window</a> <a href="Js.html#TYPEt">Js.t</a>, <a href="Dom_html.popStateEvent-c.html">popStateEvent</a> <a href="Js.html#TYPEt">Js.t</a>) <a href="Dom_html.html#TYPEevent_listener">event_listener</a><br>       <a href="Js.html#TYPEprop">Js.prop</a></code></pre></body></html>