Sophie

Sophie

distrib > Mageia > 5 > i586 > media > core-release > by-pkgid > b4603fcd3afb71dfbec25f4867b993f4 > files > 91

js_of_ocaml-doc-2.4.1-2.mga5.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.anchorElement-c.html">
<link rel="next" href="Dom_html.objectElement-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="Dom_svg" rel="Chapter" href="Dom_svg.html">
<link title="EventSource" rel="Chapter" href="EventSource.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="Jsonp" rel="Chapter" href="Jsonp.html">
<link title="Keycode" rel="Chapter" href="Keycode.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="Sys_js" rel="Chapter" href="Sys_js.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="WebSockets" rel="Chapter" href="WebSockets.html">
<link title="XmlHttpRequest" rel="Chapter" href="XmlHttpRequest.html">
<link title="Lwt_log_js" rel="Chapter" href="Lwt_log_js.html">
<link title="JsooTop" rel="Chapter" href="JsooTop.html">
<link title="Ocamlbuild_js_of_ocaml" rel="Chapter" href="Ocamlbuild_js_of_ocaml.html">
<link title="Deriving_Json" rel="Chapter" href="Deriving_Json.html">
<link title="Deriving_Json_lexer" rel="Chapter" href="Deriving_Json_lexer.html">
<link title="Pa_deriving_Json" rel="Chapter" href="Pa_deriving_Json.html"><title>Dom_html.imageElement</title>
</head>
<body>
<div class="navbar"><a class="pre" href="Dom_html.anchorElement-c.html" title="Dom_html.anchorElement">Previous</a>
&nbsp;<a class="up" href="Dom_html.html" title="Dom_html">Up</a>
&nbsp;<a class="post" href="Dom_html.objectElement-c.html" title="Dom_html.objectElement">Next</a>
</div>
<h1>Class type <a href="type_Dom_html.imageElement.html">Dom_html.imageElement</a></h1>

<pre><span id="TYPEimageElement"><span class="keyword">class type</span> imageElement</span> = <code class="code">object</code> <a href="Dom_html.imageElement-c.html">..</a> <code class="code">end</code></pre><b>Inherits</b><ul>
<li><a href="Dom_html.element-c.html"><code class="code">Dom_html.element</code></a></li>
</ul>
<hr width="100%">

<pre><span id="METHODalt"><span class="keyword">method</span> alt</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="METHODsrc"><span class="keyword">method</span> src</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="METHODuseMap"><span class="keyword">method</span> useMap</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="METHODisMap"><span class="keyword">method</span> isMap</span> : <code class="type">bool <a href="Js.html#TYPEt">Js.t</a> <a href="Js.html#TYPEprop">Js.prop</a></code></pre>
<pre><span id="METHODwidth"><span class="keyword">method</span> width</span> : <code class="type">int <a href="Js.html#TYPEprop">Js.prop</a></code></pre>
<pre><span id="METHODheight"><span class="keyword">method</span> height</span> : <code class="type">int <a href="Js.html#TYPEprop">Js.prop</a></code></pre>
<pre><span id="METHODnaturalWidth"><span class="keyword">method</span> naturalWidth</span> : <code class="type">int <a href="Js.html#TYPEoptdef">Js.optdef</a> <a href="Js.html#TYPEreadonly_prop">Js.readonly_prop</a></code></pre>
<pre><span id="METHODnaturalHeight"><span class="keyword">method</span> naturalHeight</span> : <code class="type">int <a href="Js.html#TYPEoptdef">Js.optdef</a> <a href="Js.html#TYPEreadonly_prop">Js.readonly_prop</a></code></pre>
<pre><span id="METHODcomplete"><span class="keyword">method</span> complete</span> : <code class="type">bool <a href="Js.html#TYPEt">Js.t</a> <a href="Js.html#TYPEprop">Js.prop</a></code></pre>
<pre><span id="METHODonload"><span class="keyword">method</span> onload</span> : <code class="type">((< alt : <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>;<br>           appendChild : <a href="Dom.node-c.html">Dom.node</a> <a href="Js.html#TYPEt">Js.t</a> -> <a href="Dom.node-c.html">Dom.node</a> <a href="Js.html#TYPEt">Js.t</a> <a href="Js.html#TYPEmeth">Js.meth</a>;<br>           attributes : <a href="Dom.attr-c.html">Dom.attr</a> <a href="Dom.namedNodeMap-c.html">Dom.namedNodeMap</a> <a href="Js.html#TYPEt">Js.t</a> <a href="Js.html#TYPEreadonly_prop">Js.readonly_prop</a>;<br>           childNodes : <a href="Dom.node-c.html">Dom.node</a> <a href="Dom.nodeList-c.html">Dom.nodeList</a> <a href="Js.html#TYPEt">Js.t</a> <a href="Js.html#TYPEprop">Js.prop</a>;<br>           classList : <a href="Dom_html.tokenList-c.html">tokenList</a> <a href="Js.html#TYPEt">Js.t</a> <a href="Js.html#TYPEreadonly_prop">Js.readonly_prop</a>;<br>           className : <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>;<br>           clientHeight : int <a href="Js.html#TYPEreadonly_prop">Js.readonly_prop</a>; clientLeft : int <a href="Js.html#TYPEreadonly_prop">Js.readonly_prop</a>;<br>           clientTop : int <a href="Js.html#TYPEreadonly_prop">Js.readonly_prop</a>; clientWidth : int <a href="Js.html#TYPEreadonly_prop">Js.readonly_prop</a>;<br>           cloneNode : bool <a href="Js.html#TYPEt">Js.t</a> -> <a href="Dom.node-c.html">Dom.node</a> <a href="Js.html#TYPEt">Js.t</a> <a href="Js.html#TYPEmeth">Js.meth</a>;<br>           compareDocumentPosition : <a href="Dom.node-c.html">Dom.node</a> <a href="Js.html#TYPEt">Js.t</a> -> <a href="Dom.DocumentPosition.html#TYPEt">Dom.DocumentPosition.t</a> <a href="Js.html#TYPEmeth">Js.meth</a>;<br>           complete : bool <a href="Js.html#TYPEt">Js.t</a> <a href="Js.html#TYPEprop">Js.prop</a>; dir : <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>;<br>           firstChild : <a href="Dom.node-c.html">Dom.node</a> <a href="Js.html#TYPEt">Js.t</a> <a href="Js.html#TYPEopt">Js.opt</a> <a href="Js.html#TYPEprop">Js.prop</a>;<br>           getAttribute : <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="Js.html#TYPEmeth">Js.meth</a>;<br>           getBoundingClientRect : <a href="Dom_html.clientRect-c.html">clientRect</a> <a href="Js.html#TYPEt">Js.t</a> <a href="Js.html#TYPEmeth">Js.meth</a>;<br>           getClientRects : <a href="Dom_html.clientRectList-c.html">clientRectList</a> <a href="Js.html#TYPEt">Js.t</a> <a href="Js.html#TYPEmeth">Js.meth</a>;<br>           getElementsByTagName : <a href="Js.js_string-c.html">Js.js_string</a> <a href="Js.html#TYPEt">Js.t</a> -><br>                                  <a href="Dom.element-c.html">Dom.element</a> <a href="Dom.nodeList-c.html">Dom.nodeList</a> <a href="Js.html#TYPEt">Js.t</a> <a href="Js.html#TYPEmeth">Js.meth</a>;<br>           hasAttribute : <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>;<br>           hasChildNodes : bool <a href="Js.html#TYPEt">Js.t</a> <a href="Js.html#TYPEmeth">Js.meth</a>; height : int <a href="Js.html#TYPEprop">Js.prop</a>;<br>           id : <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>; innerHTML : <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>;<br>           insertBefore : <a href="Dom.node-c.html">Dom.node</a> <a href="Js.html#TYPEt">Js.t</a> -><br>                          <a href="Dom.node-c.html">Dom.node</a> <a href="Js.html#TYPEt">Js.t</a> <a href="Js.html#TYPEopt">Js.opt</a> -> <a href="Dom.node-c.html">Dom.node</a> <a href="Js.html#TYPEt">Js.t</a> <a href="Js.html#TYPEmeth">Js.meth</a>;<br>           isMap : bool <a href="Js.html#TYPEt">Js.t</a> <a href="Js.html#TYPEprop">Js.prop</a>; lang : <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>;<br>           lastChild : <a href="Dom.node-c.html">Dom.node</a> <a href="Js.html#TYPEt">Js.t</a> <a href="Js.html#TYPEopt">Js.opt</a> <a href="Js.html#TYPEprop">Js.prop</a>;<br>           naturalHeight : int <a href="Js.html#TYPEoptdef">Js.optdef</a> <a href="Js.html#TYPEreadonly_prop">Js.readonly_prop</a>;<br>           naturalWidth : int <a href="Js.html#TYPEoptdef">Js.optdef</a> <a href="Js.html#TYPEreadonly_prop">Js.readonly_prop</a>;<br>           nextSibling : <a href="Dom.node-c.html">Dom.node</a> <a href="Js.html#TYPEt">Js.t</a> <a href="Js.html#TYPEopt">Js.opt</a> <a href="Js.html#TYPEprop">Js.prop</a>;<br>           nodeName : <a href="Js.js_string-c.html">Js.js_string</a> <a href="Js.html#TYPEt">Js.t</a> <a href="Js.html#TYPEreadonly_prop">Js.readonly_prop</a>;<br>           nodeType : <a href="Dom.html#TYPEnodeType">Dom.nodeType</a> <a href="Js.html#TYPEreadonly_prop">Js.readonly_prop</a>;<br>           nodeValue : <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="Js.html#TYPEreadonly_prop">Js.readonly_prop</a>;<br>           offsetHeight : int <a href="Js.html#TYPEreadonly_prop">Js.readonly_prop</a>; offsetLeft : int <a href="Js.html#TYPEreadonly_prop">Js.readonly_prop</a>;<br>           offsetParent : <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>;<br>           offsetTop : int <a href="Js.html#TYPEreadonly_prop">Js.readonly_prop</a>; offsetWidth : int <a href="Js.html#TYPEreadonly_prop">Js.readonly_prop</a>;<br>           onabort : ('b <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>;<br>           onclick : ('b <a href="Js.html#TYPEt">Js.t</a>, <a href="Dom_html.mouseEvent-c.html">mouseEvent</a> <a href="Js.html#TYPEt">Js.t</a>) <a href="Dom_html.html#TYPEevent_listener">event_listener</a><br>                     <a href="Js.html#TYPEwriteonly_prop">Js.writeonly_prop</a>;<br>           ondblclick : ('b <a href="Js.html#TYPEt">Js.t</a>, <a href="Dom_html.mouseEvent-c.html">mouseEvent</a> <a href="Js.html#TYPEt">Js.t</a>) <a href="Dom_html.html#TYPEevent_listener">event_listener</a><br>                        <a href="Js.html#TYPEwriteonly_prop">Js.writeonly_prop</a>;<br>           ondrag : ('b <a href="Js.html#TYPEt">Js.t</a>, <a href="Dom_html.dragEvent-c.html">dragEvent</a> <a href="Js.html#TYPEt">Js.t</a>) <a href="Dom_html.html#TYPEevent_listener">event_listener</a><br>                    <a href="Js.html#TYPEwriteonly_prop">Js.writeonly_prop</a>;<br>           ondragend : ('b <a href="Js.html#TYPEt">Js.t</a>, <a href="Dom_html.dragEvent-c.html">dragEvent</a> <a href="Js.html#TYPEt">Js.t</a>) <a href="Dom_html.html#TYPEevent_listener">event_listener</a><br>                       <a href="Js.html#TYPEwriteonly_prop">Js.writeonly_prop</a>;<br>           ondragenter : ('b <a href="Js.html#TYPEt">Js.t</a>, <a href="Dom_html.dragEvent-c.html">dragEvent</a> <a href="Js.html#TYPEt">Js.t</a>) <a href="Dom_html.html#TYPEevent_listener">event_listener</a><br>                         <a href="Js.html#TYPEwriteonly_prop">Js.writeonly_prop</a>;<br>           ondragleave : ('b <a href="Js.html#TYPEt">Js.t</a>, <a href="Dom_html.dragEvent-c.html">dragEvent</a> <a href="Js.html#TYPEt">Js.t</a>) <a href="Dom_html.html#TYPEevent_listener">event_listener</a><br>                         <a href="Js.html#TYPEwriteonly_prop">Js.writeonly_prop</a>;<br>           ondragover : ('b <a href="Js.html#TYPEt">Js.t</a>, <a href="Dom_html.dragEvent-c.html">dragEvent</a> <a href="Js.html#TYPEt">Js.t</a>) <a href="Dom_html.html#TYPEevent_listener">event_listener</a><br>                        <a href="Js.html#TYPEwriteonly_prop">Js.writeonly_prop</a>;<br>           ondragstart : ('b <a href="Js.html#TYPEt">Js.t</a>, <a href="Dom_html.dragEvent-c.html">dragEvent</a> <a href="Js.html#TYPEt">Js.t</a>) <a href="Dom_html.html#TYPEevent_listener">event_listener</a><br>                         <a href="Js.html#TYPEwriteonly_prop">Js.writeonly_prop</a>;<br>           ondrop : ('b <a href="Js.html#TYPEt">Js.t</a>, <a href="Dom_html.dragEvent-c.html">dragEvent</a> <a href="Js.html#TYPEt">Js.t</a>) <a href="Dom_html.html#TYPEevent_listener">event_listener</a><br>                    <a href="Js.html#TYPEwriteonly_prop">Js.writeonly_prop</a>;<br>           onerror : ('b <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>;<br>           onkeydown : ('b <a href="Js.html#TYPEt">Js.t</a>, <a href="Dom_html.keyboardEvent-c.html">keyboardEvent</a> <a href="Js.html#TYPEt">Js.t</a>)<br>                       <a href="Dom_html.html#TYPEevent_listener">event_listener</a> <a href="Js.html#TYPEwriteonly_prop">Js.writeonly_prop</a>;<br>           onkeypress : ('b <a href="Js.html#TYPEt">Js.t</a>, <a href="Dom_html.keyboardEvent-c.html">keyboardEvent</a> <a href="Js.html#TYPEt">Js.t</a>)<br>                        <a href="Dom_html.html#TYPEevent_listener">event_listener</a> <a href="Js.html#TYPEwriteonly_prop">Js.writeonly_prop</a>;<br>           onkeyup : ('b <a href="Js.html#TYPEt">Js.t</a>, <a href="Dom_html.keyboardEvent-c.html">keyboardEvent</a> <a href="Js.html#TYPEt">Js.t</a>) <a href="Dom_html.html#TYPEevent_listener">event_listener</a><br>                     <a href="Js.html#TYPEwriteonly_prop">Js.writeonly_prop</a>;<br>           onload : 'a;<br>           onmousedown : ('b <a href="Js.html#TYPEt">Js.t</a>, <a href="Dom_html.mouseEvent-c.html">mouseEvent</a> <a href="Js.html#TYPEt">Js.t</a>) <a href="Dom_html.html#TYPEevent_listener">event_listener</a><br>                         <a href="Js.html#TYPEwriteonly_prop">Js.writeonly_prop</a>;<br>           onmousemove : ('b <a href="Js.html#TYPEt">Js.t</a>, <a href="Dom_html.mouseEvent-c.html">mouseEvent</a> <a href="Js.html#TYPEt">Js.t</a>) <a href="Dom_html.html#TYPEevent_listener">event_listener</a><br>                         <a href="Js.html#TYPEwriteonly_prop">Js.writeonly_prop</a>;<br>           onmouseout : ('b <a href="Js.html#TYPEt">Js.t</a>, <a href="Dom_html.mouseEvent-c.html">mouseEvent</a> <a href="Js.html#TYPEt">Js.t</a>) <a href="Dom_html.html#TYPEevent_listener">event_listener</a><br>                        <a href="Js.html#TYPEwriteonly_prop">Js.writeonly_prop</a>;<br>           onmouseover : ('b <a href="Js.html#TYPEt">Js.t</a>, <a href="Dom_html.mouseEvent-c.html">mouseEvent</a> <a href="Js.html#TYPEt">Js.t</a>) <a href="Dom_html.html#TYPEevent_listener">event_listener</a><br>                         <a href="Js.html#TYPEwriteonly_prop">Js.writeonly_prop</a>;<br>           onmouseup : ('b <a href="Js.html#TYPEt">Js.t</a>, <a href="Dom_html.mouseEvent-c.html">mouseEvent</a> <a href="Js.html#TYPEt">Js.t</a>) <a href="Dom_html.html#TYPEevent_listener">event_listener</a><br>                       <a href="Js.html#TYPEwriteonly_prop">Js.writeonly_prop</a>;<br>           onscroll : ('b <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><br>                      <a href="Js.html#TYPEwriteonly_prop">Js.writeonly_prop</a>;<br>           outerHTML : <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>;<br>           parentNode : <a href="Dom.node-c.html">Dom.node</a> <a href="Js.html#TYPEt">Js.t</a> <a href="Js.html#TYPEopt">Js.opt</a> <a href="Js.html#TYPEprop">Js.prop</a>;<br>           previousSibling : <a href="Dom.node-c.html">Dom.node</a> <a href="Js.html#TYPEt">Js.t</a> <a href="Js.html#TYPEopt">Js.opt</a> <a href="Js.html#TYPEprop">Js.prop</a>;<br>           querySelector : <a href="Js.js_string-c.html">Js.js_string</a> <a href="Js.html#TYPEt">Js.t</a> -> <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#TYPEmeth">Js.meth</a>;<br>           querySelectorAll : <a href="Js.js_string-c.html">Js.js_string</a> <a href="Js.html#TYPEt">Js.t</a> -><br>                              <a href="Dom_html.element-c.html">element</a> <a href="Dom.nodeList-c.html">Dom.nodeList</a> <a href="Js.html#TYPEt">Js.t</a> <a href="Js.html#TYPEmeth">Js.meth</a>;<br>           removeAttribute : <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>;<br>           removeChild : <a href="Dom.node-c.html">Dom.node</a> <a href="Js.html#TYPEt">Js.t</a> -> <a href="Dom.node-c.html">Dom.node</a> <a href="Js.html#TYPEt">Js.t</a> <a href="Js.html#TYPEmeth">Js.meth</a>;<br>           replaceChild : <a href="Dom.node-c.html">Dom.node</a> <a href="Js.html#TYPEt">Js.t</a> -> <a href="Dom.node-c.html">Dom.node</a> <a href="Js.html#TYPEt">Js.t</a> -> <a href="Dom.node-c.html">Dom.node</a> <a href="Js.html#TYPEt">Js.t</a> <a href="Js.html#TYPEmeth">Js.meth</a>;<br>           scrollHeight : int <a href="Js.html#TYPEprop">Js.prop</a>; scrollIntoView : bool <a href="Js.html#TYPEt">Js.t</a> -> unit <a href="Js.html#TYPEmeth">Js.meth</a>;<br>           scrollLeft : int <a href="Js.html#TYPEprop">Js.prop</a>; scrollTop : int <a href="Js.html#TYPEprop">Js.prop</a>;<br>           scrollWidth : int <a href="Js.html#TYPEprop">Js.prop</a>;<br>           setAttribute : <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> -> unit <a href="Js.html#TYPEmeth">Js.meth</a>;<br>           src : <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>;<br>           style : <a href="Dom_html.cssStyleDeclaration-c.html">cssStyleDeclaration</a> <a href="Js.html#TYPEt">Js.t</a> <a href="Js.html#TYPEprop">Js.prop</a>;<br>           tagName : <a href="Js.js_string-c.html">Js.js_string</a> <a href="Js.html#TYPEt">Js.t</a> <a href="Js.html#TYPEreadonly_prop">Js.readonly_prop</a>;<br>           textContent : <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="Js.html#TYPEprop">Js.prop</a>;<br>           title : <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>; useMap : <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>;<br>           width : int <a href="Js.html#TYPEprop">Js.prop</a>; .. ><br>         as 'b)<br>        <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>)<br>       <a href="Dom_html.html#TYPEevent_listener">event_listener</a> <a href="Js.html#TYPEprop">Js.prop</a> as 'a</code></pre>
<pre><span id="METHODonerror"><span class="keyword">method</span> onerror</span> : <code class="type">('b <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="METHODonabort"><span class="keyword">method</span> onabort</span> : <code class="type">('b <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></body></html>