Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Tyxml_js.Xmlmodule W = Xml_wrap.NoWraptype 'a wrap = 'a W.ttype 'a list_wrap = 'a W.tlisttype event_handler = Js_of_ocaml.Dom_html.event Js_of_ocaml.Js.t -> booltype mouse_event_handler =
Js_of_ocaml.Dom_html.mouseEvent Js_of_ocaml.Js.t ->
booltype keyboard_event_handler =
Js_of_ocaml.Dom_html.keyboardEvent Js_of_ocaml.Js.t ->
boolval event_handler_attrib : aname -> event_handler -> attribval mouse_event_handler_attrib : aname -> mouse_event_handler -> attribval keyboard_event_handler_attrib : aname -> keyboard_event_handler -> attribval touch_event_handler_attrib : aname -> touch_event_handler -> attribtype elt = Js_of_ocaml.Dom.node Js_of_ocaml.Js.tval empty : unit -> eltval comment : string -> eltval entity : string -> eltval cdata : string -> eltval cdata_script : string -> eltval cdata_style : string -> elt