package eliom

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type ('a, 'b) ev = 'a elt -> ('b Js_of_ocaml.Js.t -> bool) -> unit
type ('a, 'b) ev_unit = 'a elt -> ('b Js_of_ocaml.Js.t -> unit) -> unit
val onkeyup : 'a F.elt -> (Js_of_ocaml.Dom_html.keyboardEvent Js_of_ocaml.Js.t -> bool) -> unit
val onkeydown : 'a F.elt -> (Js_of_ocaml.Dom_html.keyboardEvent Js_of_ocaml.Js.t -> bool) -> unit
val onmouseup : 'a F.elt -> (Js_of_ocaml.Dom_html.mouseEvent Js_of_ocaml.Js.t -> bool) -> unit
val onmousedown : 'a F.elt -> (Js_of_ocaml.Dom_html.mouseEvent Js_of_ocaml.Js.t -> bool) -> unit
val onmouseout : 'a F.elt -> (Js_of_ocaml.Dom_html.mouseEvent Js_of_ocaml.Js.t -> bool) -> unit
val onmouseover : 'a F.elt -> (Js_of_ocaml.Dom_html.mouseEvent Js_of_ocaml.Js.t -> bool) -> unit
val onclick : 'a F.elt -> (Js_of_ocaml.Dom_html.mouseEvent Js_of_ocaml.Js.t -> bool) -> unit
val ondblclick : 'a F.elt -> (Js_of_ocaml.Dom_html.mouseEvent Js_of_ocaml.Js.t -> bool) -> unit
val onload : 'a F.elt -> (Js_of_ocaml.Dom_html.event Js_of_ocaml.Js.t -> bool) -> unit
val onerror : 'a F.elt -> (Js_of_ocaml.Dom_html.event Js_of_ocaml.Js.t -> bool) -> unit
val onabort : 'a F.elt -> (Js_of_ocaml.Dom_html.event Js_of_ocaml.Js.t -> bool) -> unit
val onfocus : ('a, Js_of_ocaml.Dom_html.event) ev
val onblur : ('a, Js_of_ocaml.Dom_html.event) ev
val onfocus_textarea : ('a, Js_of_ocaml.Dom_html.event) ev
val onblur_textarea : ('a, Js_of_ocaml.Dom_html.event) ev
val onscroll : 'a F.elt -> (Js_of_ocaml.Dom_html.event Js_of_ocaml.Js.t -> bool) -> unit
val onreturn : 'a F.elt -> (Js_of_ocaml__Dom_html.keyboardEvent Js_of_ocaml.Js.t -> unit) -> unit
val onchange : 'a F.elt -> (Js_of_ocaml.Dom_html.event Js_of_ocaml.Js.t -> bool) -> unit
val onchange_select : 'a F.elt -> (Js_of_ocaml.Dom_html.event Js_of_ocaml.Js.t -> bool) -> unit