package eliom

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Eliom_content_.MakeManipSource

Parameters

module Kind : sig ... end
module To_dom : sig ... end
module Of_dom : sig ... end
module Id : sig ... end
module Ns : sig ... end

Signature

Sourceval get_unique_node : string -> 'a Kind.elt -> Js_of_ocaml.Dom.node Js_of_ocaml.Js.t
Sourceval get_unique_elt : string -> 'a Kind.elt -> Js_of_ocaml.Dom_html.element Js_of_ocaml.Js.t
Sourceval 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 Kind.elt -> unit
Sourceval 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
Sourceval 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 Kind.elt list -> unit
Sourceval nth : 'a Kind.elt -> int -> 'b Kind.elt option
Sourceval childLength : 'a Kind.elt -> int
Sourceval appendChild : ?before:'a Kind.elt -> 'b Kind.elt -> 'c Kind.elt -> unit
Sourceval appendChildren : ?before:'a Kind.elt -> 'b Kind.elt -> 'c Kind.elt list -> unit
Sourceval removeChild : 'a Kind.elt -> 'b Kind.elt -> unit
Sourceval removeSelf : 'a Kind.elt -> unit
Sourceval insertFirstChild : 'a Kind.elt -> 'b Kind.elt -> unit
Sourceval replaceChild : 'a Kind.elt -> 'b Kind.elt -> 'c Kind.elt -> unit
Sourceval removeChildren : 'a Kind.elt -> unit
Sourceval replaceChildren : 'a Kind.elt -> 'b Kind.elt list -> unit
Sourceval filterElements : ('a -> 'b Js_of_ocaml.Js.Opt.t) -> 'a list -> 'b list
Sourceval childElements : 'a Kind.elt -> Js_of_ocaml__Dom.element Js_of_ocaml.Js.t list
Sourceval children : 'a Kind.elt -> 'b Kind.elt list
Sourceval parentNode : 'a Kind.elt -> 'b Kind.elt option
Sourceval nextSibling : 'a Kind.elt -> 'b Kind.elt option
Sourceval previousSibling : 'a Kind.elt -> 'b Kind.elt option
Sourceval insertBefore : before:'a Kind.elt -> 'b Kind.elt -> unit
Sourceval insertAfter : after:'a Kind.elt -> 'b Kind.elt -> unit
Sourceval replaceSelf : 'a Kind.elt -> 'b Kind.elt -> unit
Sourcemodule RawNamed : sig ... end
Sourcemodule Class : sig ... end
OCaml

Innovation. Community. Security.