package eliom

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
include sig ... end
val get_unique_node : string -> 'a F.elt -> Js_of_ocaml.Dom.node Js_of_ocaml.Js.t
val get_unique_elt : string -> 'a F.elt -> Js_of_ocaml.Dom_html.element Js_of_ocaml.Js.t
val raw_removeChild : < removeChild : Js_of_ocaml.Dom.node Js_of_ocaml.Js.t -> 'res Js_of_ocaml.Js.meth.. > Js_of_ocaml.Js.t -> 'a F.elt -> unit
val raw_replaceChild : < replaceChild : Js_of_ocaml.Dom.node Js_of_ocaml.Js.t -> Js_of_ocaml.Dom.node Js_of_ocaml.Js.t -> 'res Js_of_ocaml.Js.meth.. > Js_of_ocaml.Js.t -> 'a F.elt -> 'b F.elt -> unit
val raw_removeChildren : < childNodes : < get : 'a Js_of_ocaml.Dom.nodeList Js_of_ocaml.Js.t.. > Js_of_ocaml.Js.gen_prop ; removeChild : 'a Js_of_ocaml.Js.t -> 'res Js_of_ocaml.Js.meth.. > Js_of_ocaml.Js.t -> unit
val raw_replaceChildren : < appendChild : Js_of_ocaml.Dom.node Js_of_ocaml.Js.t -> 'res Js_of_ocaml.Js.meth ; childNodes : < get : 'a Js_of_ocaml.Dom.nodeList Js_of_ocaml.Js.t.. > Js_of_ocaml.Js.gen_prop ; removeChild : 'a Js_of_ocaml.Js.t -> 'b Js_of_ocaml.Js.meth.. > Js_of_ocaml.Js.t -> 'c F.elt list -> unit
val nth : 'a F.elt -> int -> 'b F.elt option
val childLength : 'a F.elt -> int
val appendChild : ?before:'a F.elt -> 'b F.elt -> 'c F.elt -> unit
val appendChildren : ?before:'a F.elt -> 'b F.elt -> 'c F.elt list -> unit
val removeChild : 'a F.elt -> 'b F.elt -> unit
val removeSelf : 'a F.elt -> unit
val insertFirstChild : 'a F.elt -> 'b F.elt -> unit
val replaceChild : 'a F.elt -> 'b F.elt -> 'c F.elt -> unit
val removeChildren : 'a F.elt -> unit
val replaceChildren : 'a F.elt -> 'b F.elt list -> unit
val childNodes : 'a F.elt -> Js_of_ocaml.Dom.node Js_of_ocaml.Js.t list
val filterElements : ('a -> 'b Js_of_ocaml.Js.Opt.t) -> 'c list -> 'd list
val childElements : 'a F.elt -> Js_of_ocaml__Dom.element Js_of_ocaml.Js.t list
val children : 'a F.elt -> 'b F.elt list
val parentNode : 'a F.elt -> 'b F.elt option
val nextSibling : 'a F.elt -> 'b F.elt option
val previousSibling : 'a F.elt -> 'b F.elt option
val insertBefore : before:'a F.elt -> 'b F.elt -> unit
val insertAfter : after:'a F.elt -> 'b F.elt -> unit
val replaceSelf : 'a F.elt -> 'b F.elt -> unit
module RawNamed : sig ... end
module Class : sig ... end
module Named = RawNamed