package eliom

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val section : Lwt_log_core.section
val create_buffer : unit -> ('a -> unit) * (unit -> 'b list) * (unit -> 'b list) * (unit -> unit)
module Client_closure : sig ... end
module Client_value : sig ... end
module Injection : sig ... end
type compilation_unit_global_data = {
  1. mutable server_section : Eliom_runtime.client_value_datum array list;
  2. mutable client_section : Eliom_runtime.injection_datum array list;
}
val do_next_server_section_data : compilation_unit_id:Eliom_lib.String_map.key -> unit
val do_next_client_section_data : compilation_unit_id:Eliom_lib.String_map.key -> unit
val register_unwrapped_elt : Xml.elt -> unit
val force_unwrapped_elts : unit -> unit
val registered_process_node : Js_of_ocaml.Js.js_string Js_of_ocaml.Js.t -> bool
val getElementById : string -> Js_of_ocaml.Dom.node Js_of_ocaml.Js.t
val reset_request_nodes : unit -> unit
val load_mutex : Lwt_mutex.t
val in_onload : unit -> bool
val broadcast_load_end : unit -> unit
val wait_load_end : unit -> unit Lwt.t
val set_loading_phase : unit -> unit
val change_page_uri_ : (?cookies_info:(bool * string list) -> ?tmpl:string -> string -> unit) Stdlib.ref
val change_page_get_form_ : (?cookies_info:(bool * string list) -> ?tmpl:string -> Js_of_ocaml.Dom_html.formElement Js_of_ocaml.Js.t -> string -> unit) Stdlib.ref
val change_page_post_form_ : (?cookies_info:(bool * string list) -> ?tmpl:string -> Js_of_ocaml.Dom_html.formElement Js_of_ocaml.Js.t -> string -> unit) Stdlib.ref
type client_form_handler = Js_of_ocaml.Dom_html.event Js_of_ocaml.Js.t -> bool Lwt.t
val raw_a_handler : 'a Js_of_ocaml__Js.t -> (bool * string list) option -> string option -> Js_of_ocaml.Dom_html.event Js_of_ocaml.Js.t -> bool
val raw_form_handler : Js_of_ocaml.Dom_html.formElement Js_of_ocaml.Js.t -> [< `Form_get | `Form_post ] -> (bool * string list) option -> string option -> 'a -> ('b -> bool Lwt.t) -> bool
val raw_event_handler : 'a -> Js_of_ocaml.Dom_html.event Js_of_ocaml.Js.t -> bool
val closure_name_prefix : string
val closure_name_prefix_len : int
val reify_caml_event : string -> Js_of_ocaml__Dom_html.element Js_of_ocaml.Js.t -> Xml.caml_event_handler -> string * [> `Keyboard of Js_of_ocaml.Dom_html.keyboardEvent Js_of_ocaml.Js.t -> bool | `Mouse of Js_of_ocaml.Dom_html.mouseEvent Js_of_ocaml.Js.t -> bool | `Other of Js_of_ocaml.Dom_html.event Js_of_ocaml.Js.t -> bool | `Touch of Js_of_ocaml.Dom_html.touchEvent Js_of_ocaml.Js.t -> bool ]
val register_event_handler : Js_of_ocaml__Dom_html.element Js_of_ocaml.Js.t -> (string * Xml.caml_event_handler) -> unit
val flush_load_script : unit -> unit
val rebuild_attrib_val : Xml.acontent -> Js_of_ocaml.Js.js_string Js_of_ocaml.Js.t
val class_list_of_racontent : Xml.acontent -> string list
val class_list_of_racontent_o : Xml.acontent option -> string list
val rebuild_class_list : 'a list -> 'b list -> 'c list -> 'c list
val rebuild_class_string : string list -> string list -> string list -> Js_of_ocaml.Js.js_string Js_of_ocaml.Js.t
val get_prop : 'a -> 'b -> 'c option
val iter_prop : 'a -> 'b -> ('c -> unit) -> unit
val iter_prop_protected : 'a -> 'b -> ('c -> unit) -> unit
val rebuild_rattrib : Js_of_ocaml__Dom_html.element Js_of_ocaml.Js.t -> Xml.attrib -> unit
val delay : (unit -> 'a) -> unit
module ReactState : sig ... end
type content_ns = [
  1. | `HTML5
  2. | `SVG
]
val rebuild_node' : [< `HTML5 | `SVG SVG ] -> Xml.elt -> Js_of_ocaml.Dom.node Js_of_ocaml.Js.t
val raw_rebuild_node : [< `HTML5 | `SVG SVG ] -> Xml.econtent -> Js_of_ocaml.Dom.node Js_of_ocaml.Js.t
val is_before_initial_load : unit -> bool
val set_initial_load : unit -> unit
val rebuild_node_ns : [< `HTML5 | `SVG SVG ] -> string -> Xml.elt -> 'a Js_of_ocaml__Js.t
val rebuild_node_svg : string -> 'a Eliom_content_core.Svg.F.elt -> 'b Js_of_ocaml__Js.t
val rebuild_node : string -> 'a Eliom_content_core.Html.F.elt -> 'b Js_of_ocaml__Js.t

The first argument describes the calling function (if any) in case of an error.

module Syntax_helpers : sig ... end