Sophie

Sophie

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

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="Firebug.html">
<link rel="next" href="Js.html">
<link rel="Up" href="index.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>Form</title>
</head>
<body>
<div class="navbar"><a class="pre" href="Firebug.html" title="Firebug">Previous</a>
&nbsp;<a class="up" href="index.html" title="Index">Up</a>
&nbsp;<a class="post" href="Js.html" title="Js">Next</a>
</div>
<h1>Module <a href="type_Form.html">Form</a></h1>
<pre><span class="keyword">module</span> Form: <code class="code">sig</code> <a href="Form.html">..</a> <code class="code">end</code></pre><hr width="100%">
<pre><span id="TYPEformData"><span class="keyword">class type</span> <a href="Form.formData-c.html">formData</a></span> = <code class="code">object</code> <a href="Form.formData-c.html">..</a> <code class="code">end</code></pre><pre><span id="VALformData"><span class="keyword">val</span> formData</span> : <code class="type"><a href="Form.formData-c.html">formData</a> <a href="Js.html#TYPEt">Js.t</a> <a href="Js.html#TYPEconstr">Js.constr</a></code></pre><pre><span id="VALformData_form"><span class="keyword">val</span> formData_form</span> : <code class="type">(<a href="Dom_html.formElement-c.html">Dom_html.formElement</a> <a href="Js.html#TYPEt">Js.t</a> -> <a href="Form.formData-c.html">formData</a> <a href="Js.html#TYPEt">Js.t</a>) <a href="Js.html#TYPEconstr">Js.constr</a></code></pre><pre><span id="TYPEform_elt"><span class="keyword">type</span> <code class="type"></code>form_elt</span> = <code class="type">[ `File of <a href="File.file-c.html">File.file</a> <a href="Js.html#TYPEt">Js.t</a> | `String of <a href="Js.js_string-c.html">Js.js_string</a> <a href="Js.html#TYPEt">Js.t</a> ]</code> </pre>

<pre><span id="TYPEform_contents"><span class="keyword">type</span> <code class="type"></code>form_contents</span> = <code class="type">[ `Fields of (string * <a href="Form.html#TYPEform_elt">form_elt</a>) list Pervasives.ref<br>       | `FormData of <a href="Form.formData-c.html">formData</a> <a href="Js.html#TYPEt">Js.t</a> ]</code> </pre>

<pre><span id="VALappend"><span class="keyword">val</span> append</span> : <code class="type"><a href="Form.html#TYPEform_contents">form_contents</a> -> string * <a href="Form.html#TYPEform_elt">form_elt</a> -> unit</code></pre><pre><span id="VALpost_form_contents"><span class="keyword">val</span> post_form_contents</span> : <code class="type"><a href="Dom_html.formElement-c.html">Dom_html.formElement</a> <a href="Js.html#TYPEt">Js.t</a> -> <a href="Form.html#TYPEform_contents">form_contents</a></code></pre><pre><span id="VALget_form_contents"><span class="keyword">val</span> get_form_contents</span> : <code class="type"><a href="Dom_html.formElement-c.html">Dom_html.formElement</a> <a href="Js.html#TYPEt">Js.t</a> -> (string * string) list</code></pre><pre><span id="VALempty_form_contents"><span class="keyword">val</span> empty_form_contents</span> : <code class="type">unit -> <a href="Form.html#TYPEform_contents">form_contents</a></code></pre><pre><span id="VALform_elements"><span class="keyword">val</span> form_elements</span> : <code class="type">?get:bool -> <a href="Dom_html.formElement-c.html">Dom_html.formElement</a> <a href="Js.html#TYPEt">Js.t</a> -> (string * <a href="Form.html#TYPEform_elt">form_elt</a>) list</code></pre></body></html>