Module Eliom_content.Html
module Html : sig..end
Building valid (X)HTML5.
See the Eliom manual for more information on dom semantics vs. functional semantics for HTML5 tree manipulated by client/server application.
type +'a elt
type +'a attrib
type uri = Eliom_content.Xml.uri
type 'a form_param
module F : sig..end
Creation of functional HTML5 content (copy-able but not referable).
module D : sig..end
Creation of HTML5 content with DOM semantics (referable)
module R : sig..end
Creation of HTML5 content from React signals.
module C : sig..end
Creation of HTML5 content from client-side values.
module Id : sig..end
Node identifiers
module Custom_data : sig..end
module To_dom : Js_of_ocaml_tyxml.Tyxml_cast_sigs.TOwith type 'a elt = 'a elt
Conversion from HTML5 elts to Javascript DOM elements (<: Js_of_ocaml.Dom_html.element ).
module Manip : sig..end
DOM-like manipulation functions.
module Of_dom : Js_of_ocaml_tyxml.Tyxml_cast_sigs.OFwith type 'a elt = 'a elt
Conversion functions from DOM nodes (Js_of_ocaml.Dom_html.element Js_of_ocaml.Js.t ) to Eliom nodes (Eliom_content.Html.elt ).