Sophie

Sophie

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

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.optionElement-c.html">
<link rel="next" href="Dom_html.inputElement-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.selectElement</title>
</head>
<body>
<div class="navbar"><a class="pre" href="Dom_html.optionElement-c.html" title="Dom_html.optionElement">Previous</a>
&nbsp;<a class="up" href="Dom_html.html" title="Dom_html">Up</a>
&nbsp;<a class="post" href="Dom_html.inputElement-c.html" title="Dom_html.inputElement">Next</a>
</div>
<h1>Class type <a href="type_Dom_html.selectElement.html">Dom_html.selectElement</a></h1>
<pre><span id="TYPEselectElement"><span class="keyword">class type</span> selectElement</span> = <code class="code">object</code> <a href="Dom_html.selectElement-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="METHOD_type"><span class="keyword">method</span> _type</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#TYPEreadonly_prop">Js.readonly_prop</a></code></pre><pre><span id="METHODselectedIndex"><span class="keyword">method</span> selectedIndex</span> : <code class="type">int <a href="Js.html#TYPEprop">Js.prop</a></code></pre><pre><span id="METHODvalue"><span class="keyword">method</span> value</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="METHODlength"><span class="keyword">method</span> length</span> : <code class="type">int <a href="Js.html#TYPEprop">Js.prop</a></code></pre><pre><span id="METHODform"><span class="keyword">method</span> form</span> : <code class="type"><a href="Dom_html.formElement-c.html">formElement</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="METHODoptions"><span class="keyword">method</span> options</span> : <code class="type"><a href="Dom_html.optionElement-c.html">optionElement</a> <a href="Dom_html.collection-c.html">collection</a> <a href="Js.html#TYPEt">Js.t</a> <a href="Js.html#TYPEreadonly_prop">Js.readonly_prop</a></code></pre><pre><span id="METHODdisabled"><span class="keyword">method</span> disabled</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="METHODmultiple"><span class="keyword">method</span> multiple</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="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#TYPEreadonly_prop">Js.readonly_prop</a></code></pre><pre><span id="METHODsize"><span class="keyword">method</span> size</span> : <code class="type">int <a href="Js.html#TYPEprop">Js.prop</a></code></pre><pre><span id="METHODtabIndex"><span class="keyword">method</span> tabIndex</span> : <code class="type">int <a href="Js.html#TYPEprop">Js.prop</a></code></pre><pre><span id="METHODadd"><span class="keyword">method</span> add</span> : <code class="type">'a 'b.<br>         (#<a href="Dom_html.optGroupElement-c.html">optGroupElement</a> as 'a) <a href="Js.html#TYPEt">Js.t</a> -><br>         (#<a href="Dom_html.optGroupElement-c.html">optGroupElement</a> as 'b) <a href="Js.html#TYPEt">Js.t</a> <a href="Js.html#TYPEopt">Js.opt</a> -> unit <a href="Js.html#TYPEmeth">Js.meth</a></code></pre><pre><span id="METHODremove"><span class="keyword">method</span> remove</span> : <code class="type">int -> 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="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="METHODonchange"><span class="keyword">method</span> onchange</span> : <code class="type">((< _type : <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>           add : 'e 'f.<br>                   (#<a href="Dom_html.optGroupElement-c.html">optGroupElement</a> as 'e) <a href="Js.html#TYPEt">Js.t</a> -><br>                   (#<a href="Dom_html.optGroupElement-c.html">optGroupElement</a> as 'f) <a href="Js.html#TYPEt">Js.t</a> <a href="Js.html#TYPEopt">Js.opt</a> -> unit <a href="Js.html#TYPEmeth">Js.meth</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>           blur : unit <a href="Js.html#TYPEmeth">Js.meth</a>; 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> -> int <a href="Js.html#TYPEmeth">Js.meth</a>;<br>           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>; disabled : bool <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>; focus : unit <a href="Js.html#TYPEmeth">Js.meth</a>;<br>           form : <a href="Dom_html.formElement-c.html">formElement</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>           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>; 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>;<br>           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>           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>; length : int <a href="Js.html#TYPEprop">Js.prop</a>;<br>           multiple : bool <a href="Js.html#TYPEt">Js.t</a> <a href="Js.html#TYPEprop">Js.prop</a>; name : <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>           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>           onchange : 'c;<br>           onclick : ('d <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 : ('d <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 : ('d <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 : ('d <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 : ('d <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 : ('d <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 : ('d <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 : ('d <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 : ('d <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>           onkeydown : ('d <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 : ('d <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 : ('d <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>           onmousedown : ('d <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 : ('d <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 : ('d <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 : ('d <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 : ('d <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>           options : <a href="Dom_html.optionElement-c.html">optionElement</a> <a href="Dom_html.collection-c.html">collection</a> <a href="Js.html#TYPEt">Js.t</a><br>                     <a href="Js.html#TYPEreadonly_prop">Js.readonly_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>           remove : int -> unit <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>; selectedIndex : 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>           size : int <a href="Js.html#TYPEprop">Js.prop</a>; 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>           tabIndex : int <a href="Js.html#TYPEprop">Js.prop</a>; 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>           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>; value : <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>           .. ><br>         as 'd)<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 'c</code></pre></body></html>